Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -410,7 +410,7 @@ def run(command, desc=None, errdesc=None, custom_env=None, live=False):
|
|
410 |
raise RuntimeError(message)
|
411 |
return result.stdout.decode(encoding="utf8", errors="ignore")
|
412 |
|
413 |
-
|
414 |
git = os.environ.get('GIT', "git")
|
415 |
python_version = ".".join([str(x) for x in sys.version_info[0:3]])
|
416 |
try:
|
|
|
410 |
raise RuntimeError(message)
|
411 |
return result.stdout.decode(encoding="utf8", errors="ignore")
|
412 |
|
413 |
+
def versions_html():
|
414 |
git = os.environ.get('GIT', "git")
|
415 |
python_version = ".".join([str(x) for x in sys.version_info[0:3]])
|
416 |
try:
|