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)