Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +1 -0
t5s/cli.py
CHANGED
@@ -41,6 +41,7 @@ class Run(object):
|
|
41 |
list_files = subprocess.run(["git", "clone", "https://dagshub.com/gagan3012/summarization.git"])
|
42 |
os.chdir('./summarization/')
|
43 |
retval = os.getcwd()
|
|
|
44 |
return list_files.returncode
|
45 |
os.chdir('./summarization/')
|
46 |
retval = os.getcwd()
|
|
|
41 |
list_files = subprocess.run(["git", "clone", "https://dagshub.com/gagan3012/summarization.git"])
|
42 |
os.chdir('./summarization/')
|
43 |
retval = os.getcwd()
|
44 |
+
print(retval)
|
45 |
return list_files.returncode
|
46 |
os.chdir('./summarization/')
|
47 |
retval = os.getcwd()
|