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:
|
elif type(o) == Machine:
|
||||||
return o.monkey_guid
|
return o.monkey_guid
|
||||||
|
|
||||||
elif type(o) == PthMap:
|
# elif type(o) == PthMap:
|
||||||
return "PthMapSingleton"
|
# return "PthMapSingleton"
|
||||||
|
|
||||||
elif type(o) == PassTheHashReport:
|
elif type(o) == PassTheHashReport:
|
||||||
return "PassTheHashReportSingleton"
|
return "PassTheHashReportSingleton"
|
||||||
|
|
Loading…
Reference in New Issue