Skip to content

Commit

Permalink
Adding an explanatory comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cflynn3 committed Feb 26, 2025
1 parent 9d34a4c commit de34e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ResSimpy/Nexus/DataModels/NexusFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def __convert_line_to_full_file_path(line: str, full_base_file_path: str) -> str
second_word = fo.get_nth_value(list_of_strings=[line], value_number=2, ignore_values=['NORPT'])

if second_word is not None and second_word.upper() != 'METHOD':
# We found a keyword not related to an included file. Therefore don't modify it.
continue

original_file_path = fo.get_nth_value(list_of_strings=[line], value_number=4, ignore_values=['NORPT'])
Expand Down

0 comments on commit de34e83

Please # to comment.