Skip to content

Commit

Permalink
[#314] Fixed a typo that was causing an issue WINDOWS instead of Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
YHordijk committed Oct 6, 2024
1 parent 6d12151 commit 98db871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tcutility/job/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def run(self):
else:
os_name = get_os_name()

if os_name == OSName.Windows:
if os_name == OSName.WINDOWS:
raise TCJobError("Generic Job", "Running jobs on Windows is not supported.")

# if we are not using slurm, we can execute the file. For this we need special permissions, so we have to set that first.
Expand Down

0 comments on commit 98db871

Please sign in to comment.