mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
convert py2 -> py3
This commit is contained in:
@@ -145,4 +145,5 @@ class DependencyGraph(object):
|
||||
self.mark_inventory_update(job.inventory_id)
|
||||
|
||||
def add_jobs(self, jobs):
|
||||
map(lambda j: self.add_job(j), jobs)
|
||||
for j in jobs:
|
||||
self.add_job(j)
|
||||
|
||||
Reference in New Issue
Block a user