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