summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--awx/main/tasks/system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/awx/main/tasks/system.py b/awx/main/tasks/system.py
index 719164bc0a..2aebe14d20 100644
--- a/awx/main/tasks/system.py
+++ b/awx/main/tasks/system.py
@@ -984,7 +984,7 @@ def periodic_resource_sync():
executor = SyncExecutor()
executor.run()
- for key, item_list in executor.results:
+ for key, item_list in executor.results.items():
if not item_list or key == 'noop':
continue
# Log creations and conflicts