Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLURM_NOOP should be a bool #392

Merged
merged 1 commit into from
Apr 27, 2022
Merged

SLURM_NOOP should be a bool #392

merged 1 commit into from
Apr 27, 2022

Conversation

lebonez
Copy link
Contributor

@lebonez lebonez commented Apr 26, 2022

SLURM_NOOP should be a bool. "if self.noop" resolves as true even if self.noop is "False" because it is a non-empty string. Noticed this because slurm_check was responding as NOOP even when using --sync.

SLURM_NOOP should be a bool. "if self.noop" resolves as true even if self.noop is "False" because it is a non-empty string. Noticed this because slurm_check was responding as NOOP even when using --sync.
@aebruno aebruno merged commit 38e0424 into ubccr:master Apr 27, 2022
@aebruno
Copy link
Member

aebruno commented Apr 27, 2022

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants