Skip to content

Commit

Permalink
Remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nagem committed Oct 25, 2017
1 parent 732d8bc commit c6aef26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/jobs/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def create_jobs(db, container_before, container_after, container_type):

for pj in potential_jobs:
job_map = pj['job'].map()
Queue.enqueue_job(job_map, origin) # passing no origin results in system origin
Queue.enqueue_job(job_map, origin)

spawned_jobs.append(pj['rule']['alg'])

Expand Down

0 comments on commit c6aef26

Please sign in to comment.