Skip to content

Commit

Permalink
make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Oct 10, 2024
1 parent d11d863 commit c2b4316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iceprod/server/plugins/condor.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ class JobStatus(enum.Enum):
'transfer input files failure',
'transfer output files failure',
'cpu consumption limit exceeded',
'operation timed out',
]
# 'memory limit exceeded',
# 'local storage limit on worker node exceeded',
# 'execution time limit exceeded',
'operation timed out',
]


def parse_usage(usage: str) -> int:
Expand Down

0 comments on commit c2b4316

Please sign in to comment.