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):