Skip to content

Commit

Permalink
Add link on files
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 30, 2023
1 parent bba97d1 commit 7002b91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scan_to_paperless/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def _update_status(self, name: str) -> None:
)
if os.path.isfile(f)
]
files = [f'<a href="./{name}/{f}" target="_blank">{f}</a>' for f in files]
self.set_status(name, -1, "Missing config", ", ".join(files))
return

Expand Down

0 comments on commit 7002b91

Please # to comment.