From 898ea357941a09db575355e58b7ab231481bc807 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sat, 20 Feb 2021 21:33:06 +0000 Subject: [PATCH] Update shell.py --- shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))