Skip to content

Commit

Permalink
change the way jobs are created
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLecocq committed Sep 18, 2024
1 parent dfc425b commit 6475bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msnoise_sara/plugin_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@ def __init__(self, session, **kwargs):

def register_job_types():
jobtypes = []
jobtypes.append({"name": "SARA_ENV", "after" : "scan_archive"})
jobtypes.append({"name": "SARA_ENV", "after" : "new_files"})
jobtypes.append({"name": "SARA_RATIO", "after": ""})
return jobtypes

0 comments on commit 6475bde

Please sign in to comment.