forked from p15670423/monkey
fix
This commit is contained in:
parent
cad048119d
commit
0fe5a20a6b
|
@ -62,8 +62,8 @@ def cache(foo):
|
|||
elif type(o) == Machine:
|
||||
return o.monkey_guid
|
||||
|
||||
elif type(o) == PthMap:
|
||||
return "PthMapSingleton"
|
||||
# elif type(o) == PthMap:
|
||||
# return "PthMapSingleton"
|
||||
|
||||
elif type(o) == PassTheHashReport:
|
||||
return "PassTheHashReportSingleton"
|
||||
|
|
Loading…
Reference in New Issue