seedmanc commited on
Commit
e384182
1 Parent(s): ba08a13

Update opp.py

Browse files
Files changed (1) hide show
  1. opp.py +1 -1
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