You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone! repo.submodule_update is annotated to return an Iterator[Submodule] (and I hoped it might return an iterator of modified modules or something similar).
Hello everyone!
repo.submodule_updateis annotated to return anIterator[Submodule](and I hoped it might return an iterator of modified modules or something similar).GitPython/git/repo/base.py
Lines 523 to 531 in ba5c10d
However,
RootModule.updatejust returnsself(typeRootModule):GitPython/git/objects/submodule/root.py
Lines 79 to 90 in ba5c10d