Skip to content

Commit

Permalink
do not pass env to export_with_config
Browse files Browse the repository at this point in the history
  • Loading branch information
equinor-ruaj committed Nov 9, 2023
1 parent dd51dc9 commit 7cbf087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmu/sumo/sim2sumo/sim2sumo.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def upload_with_config(config_path, datafile, datatype, env):
logger.debug("Executing with:")
logger.debug("config: %s: ", config_path)
logger.debug("Sumo env: %s: ", env)
upload_folder, suffixes = export_with_config(config_path, datafile, datatype, env)
upload_folder, suffixes = export_with_config(config_path, datafile, datatype)
upload(upload_folder, suffixes, env)


Expand Down

0 comments on commit 7cbf087

Please sign in to comment.