Skip to content

Commit

Permalink
Gps: alias for %CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Dec 15, 2022
1 parent 6e88bff commit 2dc83aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GooseSLURM/cli/Gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def print_help(self):

# conversion map: custom field-names -> default field-names
aliasInv = {alias[key].upper(): key for key in alias}
aliasInv["CPU"] = "%CPU"

# rename command line options -> default field-names
for key in [key for key in args]:
Expand Down

0 comments on commit 2dc83aa

Please sign in to comment.