Skip to content

Commit

Permalink
Temporarliy turn off structured shell config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabdi-noaa committed Jun 6, 2022
1 parent 7039974 commit b487aed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ush/python_utils/config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ def load_shell_config(config_file, return_string=False):
"""

# First try to load it as a structured shell config file
try:
cfg = load_shell_as_ini_config(config_file, return_string)
return cfg
except:
pass
#try:
# cfg = load_shell_as_ini_config(config_file, return_string)
# return cfg
#except:
# pass

# Save env vars before and after sourcing the scipt and then
# do a diff to get variables specifically defined/updated in the script
Expand Down

0 comments on commit b487aed

Please sign in to comment.