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

Update cli.py

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