diff --git a/pixiedust_node/node.py b/pixiedust_node/node.py index 51276c2..479e249 100644 --- a/pixiedust_node/node.py +++ b/pixiedust_node/node.py @@ -23,7 +23,7 @@ def __init__(self, path): node_path = self.which('node') if node_path == None: - print 'ERROR: Cannot find Node.js executable' + print ('ERROR: Cannot find Node.js executable') raise FileNotFoundError('node executable not found in path') else: # create sub-process