diff --git a/tools/marvin/marvin/jsonHelper.py b/tools/marvin/marvin/jsonHelper.py index 5a193e84c2e..605e06f7348 100644 --- a/tools/marvin/marvin/jsonHelper.py +++ b/tools/marvin/marvin/jsonHelper.py @@ -125,6 +125,8 @@ def finalizeResultObj(result, responseName, responsecls): mirrorObj = False for k, v in value.__dict__.iteritems(): + if k.startswith('job'): + continue if k in responsecls.__dict__: mirrorObj = True else: