Skip to content

Commit

Permalink
Update slurmutils/models/option.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Nucciarone <[email protected]>
  • Loading branch information
jamesbeedy and NucciTheBoss authored Nov 27, 2024
1 parent 361da6f commit 2e1b23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slurmutils/models/option.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class AcctGatherConfigOptionSet(_OptionSet):
ProfileHDF5Dir: Callback = Callback()
ProfileHDF5Default: Callback = Callback()
ProfileInfluxDBDatabase: Callback = Callback()
ProfileInfluxDBDefault: Callback = Callback()
ProfileInfluxDBDefault: Callback = CommaSeparatorCallback
ProfileInfluxDBHost: Callback = Callback()
ProfileInfluxDBPass: Callback = Callback()
ProfileInfluxDBRTPolicy: Callback = Callback()
Expand Down

0 comments on commit 2e1b23e

Please sign in to comment.