Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +0 -1
t5s/cli.py
CHANGED
@@ -38,7 +38,6 @@ class Run(object):
|
|
38 |
print(f"arguments passed: {arguments['command']}")
|
39 |
# os.chdir('../')
|
40 |
if arguments['command'] == "clone":
|
41 |
-
print(retval)
|
42 |
list_files = subprocess.run(["git", "clone", "https://dagshub.com/gagan3012/summarization.git"])
|
43 |
os.chdir('./summarization/')
|
44 |
return list_files.returncode
|
|
|
38 |
print(f"arguments passed: {arguments['command']}")
|
39 |
# os.chdir('../')
|
40 |
if arguments['command'] == "clone":
|
|
|
41 |
list_files = subprocess.run(["git", "clone", "https://dagshub.com/gagan3012/summarization.git"])
|
42 |
os.chdir('./summarization/')
|
43 |
return list_files.returncode
|