gagan3012 commited on
Commit
6a640f3
·
1 Parent(s): d4ff594

Update cli.py

Browse files
Files changed (1) hide show
  1. t5s/cli.py +1 -0
t5s/cli.py CHANGED
@@ -135,6 +135,7 @@ class Run(object):
135
  """)
136
  start(arguments=arguments)
137
  elif arguments["command"] in cmd:
 
138
  list_files = subprocess.run(["make", arguments["command"]])
139
  return list_files.returncode
140
  else:
 
135
  """)
136
  start(arguments=arguments)
137
  elif arguments["command"] in cmd:
138
+ os.chdir("./summarization/")
139
  list_files = subprocess.run(["make", arguments["command"]])
140
  return list_files.returncode
141
  else: