Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAlbertQC committed Jul 10, 2024
1 parent 39055c2 commit 82c5ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quetz/tasks/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def job_wrapper(
db = dao.db
close_session = False
else:
db = get_session(config.sqlalchemy_database_url)
db = get_session(config)
close_session = True

user_id: Optional[str]
Expand Down

0 comments on commit 82c5ada

Please sign in to comment.