Skip to content

Commit 63140e5

Browse files
committed
tiny
1 parent 6952147 commit 63140e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inquestlabs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ def report (self, ioc, timeout=None):
10411041
job.start()
10421042

10431043
# wait for jobs to complete.
1044-
self.__VERBOSE("waiting up to %d seconds for %d jobs to complete" % (timeout, len(jobs)), DEBUG)
1044+
self.__VERBOSE("waiting up to %d seconds for %d jobs to complete" % (timeout, len(jobs)))
10451045

10461046
# wait for jobs to complete, up to timeout
10471047
start = time.time()
@@ -1064,7 +1064,7 @@ def report (self, ioc, timeout=None):
10641064
self.__VERBOSE("completed all jobs in %d seconds" % elapsed)
10651065

10661066
# return the combined response.
1067-
return resp
1067+
return dict(resp)
10681068

10691069

10701070
####################################################################################################################

0 commit comments

Comments
 (0)