Skip to content

Commit

Permalink
Fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Petraea authored Jun 15, 2018
1 parent 5201449 commit 370af5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batchspawner/batchspawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ class SlurmSpawner(UserEnvMixin,BatchSpawnerRegexStates):
help="QoS name to submit job to resource manager"
).tag(config=True)

req_reservation = Unicode('', \
req_reservation = Unicode('', \
help="Reservation name to submit to resource manager"
).tag(config=True)

Expand Down

0 comments on commit 370af5b

Please sign in to comment.