Skip to content

Commit

Permalink
Merge branch 'omc-tokamak-out' of https://github.com/JADE-V-V/JADE in…
Browse files Browse the repository at this point in the history
…to omc-tokamak-out
  • Loading branch information
dodu94 committed Nov 5, 2024
2 parents 381f985 + 6f75f04 commit 66f97fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jade/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ def _get_output_files(self, results_path: str | os.PathLike) -> tuple:
file1 = file_name
elif file_name[-1] == "o":
file2 = file_name
elif file_name[-4] == "msht":
elif file_name[-4:] == "msht":
file3 = file_name

if file1 is None or file2 is None:
Expand Down

0 comments on commit 66f97fb

Please sign in to comment.