Skip to content

Commit 796d960

Browse files
committed
screenshots: Fix linter errors
1 parent 15d7b8f commit 796d960

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flatpak_builder_lint/checks/screenshots.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,7 @@ def check_repo(self, path: str) -> None:
8080

8181
screenshot_filename = "/".join(screenshot.text.split("/")[5:])
8282
if f"{screenshot_filename}" not in ostree_screenshots:
83-
self.warnings.add("appstream-screenshots-files-not-found-in-ostree")
83+
self.warnings.add(
84+
"appstream-screenshots-files-not-found-in-ostree"
85+
)
8486
return

0 commit comments

Comments
 (0)