Skip to content

Commit

Permalink
fix install submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
liasece committed Mar 26, 2023
1 parent dac6fb1 commit e60b048
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
my_path = os.path.dirname(os.path.realpath(__file__))

with git.Repo(my_path) as repo:
repo.remote().fetch()
repo.git.submodule("update", "--init", "--recursive", "--force")
for submodule in repo.submodules:
submodule.update(init=True, recursive=True, force=True, keep_going=True)
Expand Down

0 comments on commit e60b048

Please sign in to comment.