Skip to content

Commit

Permalink
extra white spaces in get config python script
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry McGuinness authored and Terry McGuinness committed Nov 9, 2024
1 parent 1e17407 commit 9727149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/utils/get_config_var.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_config_vars(var_names, config_path):
parser = argparse.ArgumentParser(description="Get configuration variables from a config file or directory.")
parser.add_argument("var_names", nargs='+', help="The names of the configuration variables to retrieve.")
parser.add_argument("config_path", help="The path to the configuration file or directory.")

args = parser.parse_args()

var_names = args.var_names
Expand Down

0 comments on commit 9727149

Please sign in to comment.