Update shell.py

This commit is contained in:
JaydenMW 2021-02-20 21:29:19 +00:00
parent f2b889a1c2
commit c03344c6db
1 changed files with 1 additions and 1 deletions

View File

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