Spaces:
Runtime error
Runtime error
Update opp.py
Browse files
opp.py
CHANGED
@@ -450,7 +450,7 @@ def toggleRun(files): # => submit, dataframe, status
|
|
450 |
if eta:
|
451 |
log('INTERRUPTED at ss remaining (extra)', eta)
|
452 |
resetStatus()
|
453 |
-
if DEBUG and autoclearLog
|
454 |
subprocess.call('clear')
|
455 |
print('\r')
|
456 |
|
|
|
450 |
if eta:
|
451 |
log('INTERRUPTED at ss remaining (extra)', eta)
|
452 |
resetStatus()
|
453 |
+
if DEBUG and autoclearLog:
|
454 |
subprocess.call('clear')
|
455 |
print('\r')
|
456 |
|