Skip to content

Commit a0d94e7

Browse files
committed
fix audit file
1 parent 47e3b98 commit a0d94e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hubblestack/extmods/modules/audit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def _run_audit(ret, audit_data, tags, labels, audit_file):
355355
:return:
356356
Returns the updated ``ret`` object
357357
"""
358-
for audit_id, data in audit_data.iteritems():
358+
for audit_id, data in audit_data.items():
359359
log.debug('Executing audit id %s in audit file %s', audit_id, audit_file)
360360
try:
361361
module = list(data.keys())[0]

0 commit comments

Comments
 (0)