Skip to content

Commit

Permalink
make flake8 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Nov 20, 2024
1 parent 17e6b7b commit c8a6552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceprod/server/plugins/condor.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class CondorSubmit:

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

0 comments on commit c8a6552

Please sign in to comment.