diff options
Diffstat (limited to 'git/cmd.py')
-rw-r--r-- | git/cmd.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -497,6 +497,7 @@ class Git(LazyMixin): # END readline loop return out + # skipcq: PYL-E0301 def __iter__(self): return self |