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 bfb3e29 commit f1961ceCopy full SHA for f1961ce
gitlab_submodule/gitlab_submodule.py
@@ -61,7 +61,7 @@ def iterate_subprojects(
61
)
62
if not (only_gitlab_subprojects and not subproject.project):
63
yield subproject
64
- except FileNotFoundError, GitlabHttpError:
+ except (FileNotFoundError, GitlabHttpError):
65
pass
66
67
0 commit comments