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