Skip to content

Commit

Permalink
Remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-ivanov committed Oct 17, 2024
1 parent cd71135 commit cfbef4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/python/WMCore/ReqMgr/DataStructs/RequestStatus.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ def get_modifiable_properties(status=None):
"""
if status:
allowedKeys = ALLOWED_ACTIONS_FOR_STATUS.get(status, 'all_attributes')
# if not allowedKeys == 'all_attributes':
# allowedKeys.extend(ALLOWED_ACTIONS_ALL_STATUS)
return allowedKeys
else:
return ALLOWED_ACTIONS_FOR_STATUS
Expand Down

0 comments on commit cfbef4f

Please sign in to comment.