Update shell.py

This commit is contained in:
JaydenMW 2021-02-20 21:33:06 +00:00
parent 015b2dfedc
commit 898ea35794
1 changed files with 1 additions and 1 deletions

View File

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