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 21e0328 commit 4a0c5c1Copy full SHA for 4a0c5c1
gitlab_submodule/submodule_commit.py
@@ -65,7 +65,7 @@ def _get_submodule_commit_id(
65
66
submodule_commit_regex = r'Subproject commit ([a-zA-Z0-9]+)\n'
67
n_files_in_diff = 0
68
- for diff_file in update_submodule_commit.diff(as_list=False):
+ for diff_file in update_submodule_commit.diff(iterator=True):
69
n_files_in_diff += 1
70
if diff_file['new_path'] == submodule_path:
71
# either the commit id was added for the first time,
0 commit comments