We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0537de7 commit 933c6efCopy full SHA for 933c6ef
cmds/cmd_package.py
@@ -405,10 +405,9 @@ def and_list(aList, bList):
405
def update_submodule(repo_path):
406
"""Update the submodules in the repository."""
407
408
- print("Please wait a few seconds in order to update the submodule.")
409
-
410
submod_path = os.path.join(repo_path, '.gitmodules')
411
if os.path.isfile(submod_path):
+ print("Please wait a few seconds in order to update the submodule.")
412
cmd = 'git submodule init -q'
413
execute_command(cmd, cwd=repo_path)
414
cmd = 'git submodule update'
0 commit comments