Skip to content

Commit

Permalink
fix default config path
Browse files Browse the repository at this point in the history
  • Loading branch information
adnejacobsen committed Nov 7, 2023
1 parent a22d6b1 commit 2164e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmu/sumo/uploader/scripts/sumo_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def _get_parser() -> argparse.ArgumentParser:
"--config_path",
type=str,
help="Absolute path to global variables",
default="./fmuconfig/output/global_variables.yml",
default="fmuconfig/output/global_variables.yml",
)

parser.add_argument(
Expand Down

0 comments on commit 2164e97

Please sign in to comment.