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

Update cli.py

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