Skip to content

Commit

Permalink
Merge PR #635 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by guewen
  • Loading branch information
OCA-git-bot committed Apr 4, 2024
2 parents 7fbd87a + bf95fee commit 04e480c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions queue_job/jobrunner/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,12 +398,6 @@ def from_environ_or_config(cls):
return runner

def get_db_names(self):
"""
>>> runner = QueueJobRunner()
>>> config["db_name"] = None
>>> runner.get_db_names()
['odoo']
"""
if config["db_name"]:
db_names = config["db_name"].split(",")
else:
Expand Down

0 comments on commit 04e480c

Please sign in to comment.