Skip to content

Commit

Permalink
Do the config update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 12, 2023
1 parent 60353f8 commit c5d108b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scan_to_paperless/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -2499,6 +2499,7 @@ def main() -> None:

next_step = None
if job_type == scan_to_paperless.status.JobType.TRANSFORM:
_update_config(config)
next_step = transform(config, step, config_file_name, root_folder, status=status)
if job_type == scan_to_paperless.status.JobType.ASSISTED_SPLIT:
status.set_status(name, -1, "Splitting in assisted-split mode", write=True)
Expand Down

0 comments on commit c5d108b

Please sign in to comment.