Update shell.py

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

View File

@ -56,7 +56,7 @@ def pclish_cd(path):
def pclish_echo(txt):
try:
os.chdir(os.path.abspath(path))
print(txt)
except Exception:
print("You need to provide arguments for this command. {}".format(path))