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