Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
equinor-ruaj committed Nov 12, 2024
1 parent 8c264d0 commit 8f368c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmu/sumo/sim2sumo/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def create_config_dict(config):
sim2sumoconfig[datafile_path]["grid3d"] = grid3d
else:
# datafile is a dict
for filepath, submods in datafile.items():
for filepath, submods in file.items():
path = Path(filepath)
if path.is_file():
# If the path is a file, use it directly, not checking filetype
Expand Down

0 comments on commit 8f368c7

Please sign in to comment.