Skip to content

Commit f1961ce

Browse files
fix SyntaxError
1 parent bfb3e29 commit f1961ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab_submodule/gitlab_submodule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def iterate_subprojects(
6161
)
6262
if not (only_gitlab_subprojects and not subproject.project):
6363
yield subproject
64-
except FileNotFoundError, GitlabHttpError:
64+
except (FileNotFoundError, GitlabHttpError):
6565
pass
6666

6767

0 commit comments

Comments
 (0)