Skip to content

Commit

Permalink
fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daues committed Nov 29, 2023
1 parent 18d63ec commit 85cc365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/execute/slurmPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def glideinsFromJobPressure(self):
jstat = "&& (JobStatus==1) "
juniv = "&& (JobUniverse==5)"
# The constraint determines that the jobs to be returned belong to
# the current user (Owner), are vanilla universe jobs, and are Idle.
# the current user (Owner) and are Idle vanilla universe jobs.
full_constraint = f"{owner}{jstat}{juniv}"
if verbose:
print(f"full_constraint {full_constraint}")
Expand Down

0 comments on commit 85cc365

Please sign in to comment.