diff --git a/shell.py b/shell.py index 2d6825f..ad0a08a 100644 --- a/shell.py +++ b/shell.py @@ -56,7 +56,7 @@ def pclish_cd(path): def pclish_echo(txt): try: - print(txt) + print((txt)) except Exception: print("You need to provide arguments for this command. {}".format(path))