Skip to content

Commit

Permalink
Add logging message
Browse files Browse the repository at this point in the history
When running it can be usefull to upfront see what will be run
  • Loading branch information
daniel-sol committed Sep 19, 2023
1 parent be70a83 commit e3f7210
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/fmu/sumo/utilities/sim2sumo.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,12 @@ def read_config(config):
logger.info("No special options selected")
options = {}
options["arrow"] = options.get("arrow", True)
logger.info(
"Running with: datafile(s): \n%s \n Types: \n %s \noptions:\n %s",
datafiles,
submods,
options,
)
return datafiles, submods, options


Expand Down

0 comments on commit e3f7210

Please sign in to comment.