gagan3012 commited on
Commit
ba6e3c5
·
1 Parent(s): 763abdb

Update cli.py

Browse files
Files changed (1) hide show
  1. t5s/cli.py +1 -0
t5s/cli.py CHANGED
@@ -51,6 +51,7 @@ class Run(object):
51
  list_files = subprocess.run(["make", arguments["command"]])
52
  return list_files.returncode
53
  else:
 
54
  raise Exception
55
 
56
 
 
51
  list_files = subprocess.run(["make", arguments["command"]])
52
  return list_files.returncode
53
  else:
54
+ print("Command not supported")
55
  raise Exception
56
 
57