Skip to content

Commit

Permalink
Fix stupid mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sol committed Jan 26, 2024
1 parent 7e71d97 commit bb43abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmu/sumo/sim2sumo/hook_implementations/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _get_jobs_from_directory(directory):
"""Do a filesystem lookup in a directory to check
for available ERT forward models"""
resource_directory = (
Path(sys.modules["fmu.sumo.sim2sumo"].__file__) / directory
Path(sys.modules["fmu.sumo.sim2sumo"].__file__).parent / directory
)
all_files = [
os.path.join(resource_directory, f)
Expand Down

0 comments on commit bb43abf

Please sign in to comment.