Skip to content

Commit

Permalink
Fix the attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 26, 2023
1 parent b895800 commit 29998ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan_to_paperless/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def _update_status(self, name: str, force: bool = False) -> None:
os.path.join(os.environ.get("SCAN_SOURCE_FOLDER", "/source"), name, "REMOVE_TO_CONTINUE")
):
rerun = False
for image in config["steps"][-1]["images"]:
for image in config["steps"][-1]["sources"]:
if not os.path.exists(image):
rerun = True

Expand Down

0 comments on commit 29998ee

Please # to comment.