This commit is contained in:
Oran Nadler 2018-05-15 15:37:23 +03:00
parent cad048119d
commit 0fe5a20a6b
1 changed files with 2 additions and 2 deletions

View File

@ -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"