diff options
Diffstat (limited to 'gn_libs/jobs/jobs.py')
-rw-r--r-- | gn_libs/jobs/jobs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn_libs/jobs/jobs.py b/gn_libs/jobs/jobs.py index 1adbc33..e2a6b00 100644 --- a/gn_libs/jobs/jobs.py +++ b/gn_libs/jobs/jobs.py @@ -105,7 +105,7 @@ def launch_job( the_job: dict, sqlite3_url: str, error_dir: Path, - worker_manager: str = "scripts.worker" + worker_manager: str = "gn_libs.jobs.launcher" ) -> dict: """Launch a job in the background""" if not os.path.exists(error_dir): |