Skip to content

Commit

Permalink
Merge pull request #611 from opengisch/QF-2641-code-style
Browse files Browse the repository at this point in the history
Qf 2641 code style improvements
  • Loading branch information
faebebin committed Apr 16, 2023
2 parents cf568da + f0315aa commit bcae49d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker-app/qfieldcloud/core/management/commands/dequeue.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,6 @@ def handle(self, *args, **options):
if options["single_shot"]:
break

def run(self, job_id, *args, **options):
try:
job = Job.objects.get(id=job_id)
self._run(job)
except Exception:
pass

def _run(self, job: Job):
job_run_classes = {
Job.Type.PACKAGE: PackageJobRun,
Expand Down

0 comments on commit bcae49d

Please sign in to comment.