Skip to content

Commit 712b7e1

Browse files
authored
fix: empty except
I guess I missed one, oops! Signed-off-by: Zack Koppert <[email protected]>
1 parent 3f693d3 commit 712b7e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dependabot_file.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ def build_dependabot_file(
248248
)
249249
break
250250
except github3.exceptions.NotFoundError:
251+
# The file does not exist and is not required,
252+
# so we should continue to the next one rather than raising error or logging
251253
pass
252254
if "devcontainers" not in exempt_ecosystems_list:
253255
try:

0 commit comments

Comments
 (0)