From 46c21af0993eba639f066749ca258accc97963b8 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sat, 20 Feb 2021 21:25:05 +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 e98910b..ce53b0e 100644 --- a/shell.py +++ b/shell.py @@ -57,7 +57,7 @@ def pclish_cd(path): def pclish_echo(TXT): try: print(TXT) - exception Exception: + except Exception: print("You need to provide arguments") def pclish_oscmd(ARGS):