lvkaokao
commited on
Commit
·
f89f4fd
1
Parent(s):
cf7af95
update model size.
Browse files- src/submission/submit.py +2 -1
src/submission/submit.py
CHANGED
|
@@ -228,7 +228,8 @@ def add_new_eval(
|
|
| 228 |
|
| 229 |
print("git-push release lock..............")
|
| 230 |
GLOBAL_COND.release()
|
| 231 |
-
except:
|
|
|
|
| 232 |
print("git-push error........")
|
| 233 |
GLOBAL_COND.release()
|
| 234 |
|
|
|
|
| 228 |
|
| 229 |
print("git-push release lock..............")
|
| 230 |
GLOBAL_COND.release()
|
| 231 |
+
except Exception as e:
|
| 232 |
+
print(str(e))
|
| 233 |
print("git-push error........")
|
| 234 |
GLOBAL_COND.release()
|
| 235 |
|