Skip to content

Commit

Permalink
fix: no unterminated string anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Aug 16, 2024
1 parent 45f3b39 commit f113e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake_executor_plugin_slurm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def delete_slurm_environment():
still have the this environment. Needed to
submit within a SLURM job context to avoid
conflicting environments.
""""
"""
for var in os.environ:
if 'SLURM' in var:
os.unsetenv(var)

0 comments on commit f113e14

Please sign in to comment.