Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- 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:
|