Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Nov 1, 2024
1 parent 57d0da5 commit eede7f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions iceprod/server/plugins/condor.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@ class CondorSubmit:
}

_GENERIC_ADS = ['Iwd', 'IceProdDatasetId', 'IceProdTaskId', 'IceProdTaskInstanceId', 'MATCH_EXP_JOBGLIDEIN_ResourceName']
AD_INFO = ['RemotePool', 'RemoteHost', 'RemoteWallClockTime', 'ResidentSetSize_RAW', 'DiskUsage_RAW',
'HoldReason', 'RemoveReason', 'Reason', 'MachineAttrGLIDEIN_Site0'
AD_INFO = [
'RemotePool', 'RemoteHost', 'RemoteWallClockTime', 'ResidentSetSize_RAW', 'DiskUsage_RAW',
'HoldReason', 'RemoveReason', 'Reason', 'MachineAttrGLIDEIN_Site0',
] + _GENERIC_ADS
AD_PROJECTION_QUEUE = ['JobStatus', 'RemotePool', 'RemoteHost'] + _GENERIC_ADS
AD_PROJECTION_HISTORY = [
Expand Down

0 comments on commit eede7f0

Please sign in to comment.