Skip to content

Commit

Permalink
add key 'air'
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyuan-jiang committed Nov 14, 2023
1 parent 5dd4dfa commit b3c2682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pre/remap_restart/remap_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ def get_command_line_from_answers(answers):
def get_config_from_answers(answers):
config = {}
config['input'] = {}
config['input']['air'] = {}
config['input']['shared'] = {}
config['input']['surface'] = {}
config['output'] = {}
Expand Down

0 comments on commit b3c2682

Please sign in to comment.