Skip to content

Commit

Permalink
Remove unused check_expt_config_vars script.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabdi-noaa committed May 23, 2022
1 parent 18b7d01 commit d43cfe2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 111 deletions.
110 changes: 0 additions & 110 deletions ush/check_expt_config_vars.sh

This file was deleted.

2 changes: 1 addition & 1 deletion ush/python_utils/config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def cfg_main():
parser.add_argument('--keys','-k',dest='keys',nargs='+',required=False,
help='selected keys of dictionary for processing')
parser.add_argument('--validate-cfg','-v',dest='validate',required=False,
help='validation config file to compare with a given config file')
help='validation config file used to validate a given config file')

args = parser.parse_args()
cfg = load_config_file(args.cfg, True)
Expand Down

0 comments on commit d43cfe2

Please sign in to comment.