gagan3012 commited on
Commit
79390b9
·
1 Parent(s): dbb915b

Update cli.py

Browse files
Files changed (1) hide show
  1. t5s/cli.py +1 -0
t5s/cli.py CHANGED
@@ -109,6 +109,7 @@ class Run(object):
109
  retval = os.getcwd()
110
  print(retval)
111
  return list_files.returncode
 
112
  elif arguments["command"] in cmd:
113
  os.chdir("./summarization/")
114
  retval = os.getcwd()
 
109
  retval = os.getcwd()
110
  print(retval)
111
  return list_files.returncode
112
+ elif arguments["command"] == "start":
113
  elif arguments["command"] in cmd:
114
  os.chdir("./summarization/")
115
  retval = os.getcwd()