Skip to content

Commit

Permalink
more careful name with the templating
Browse files Browse the repository at this point in the history
  • Loading branch information
daues committed Nov 5, 2024
1 parent dc31907 commit 17cf686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/execute/allocator.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(self, platform, opts, configuration, condorInfoFileName):
self.commandLineDefaults = {}
self.commandLineDefaults["NODE_COUNT"] = self.opts.nodeCount
self.commandLineDefaults["COLLECTOR"] = self.opts.collector
self.commandLineDefaults["COLLECTORPORT"] = self.opts.collectorport
self.commandLineDefaults["CPORT"] = self.opts.collectorport
self.commandLineDefaults["CPUS"] = self.opts.cpus
self.commandLineDefaults["WALL_CLOCK"] = self.opts.maximumWallClock
self.commandLineDefaults["ACCOUNT"] = self.opts.account
Expand Down

0 comments on commit 17cf686

Please sign in to comment.