From 015b2dfedc827bc04ddd7a27f63c5b10ce38a776 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sat, 20 Feb 2021 21:29:58 +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 3df7b79..2d6825f 100644 --- a/shell.py +++ b/shell.py @@ -56,7 +56,7 @@ def pclish_cd(path): def pclish_echo(txt): try: - os.chdir(os.path.abspath(path)) + print(txt) except Exception: print("You need to provide arguments for this command. {}".format(path))