Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion E3SM-Project
Submodule E3SM-Project updated 687 files
2 changes: 1 addition & 1 deletion utils/e3sm_update/test_e3sm_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def submit_e3sm_tests(submodule, repo_url, ocean_strings, landice_strings,

load_script = os.path.abspath(load_script)

commands = 'git submodule update --init'
commands = f'git submodule update --init {submodule}'
print_and_run(commands)

current_submodule = f'{submodule}-current'
Expand Down