Patch for an Issue #2252

This commit is contained in:
Miroslav Stampar
2016-10-28 11:52:48 +02:00
parent 083ce111f0
commit f4e36fc049
3 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ class HashDB(object):
time.sleep(1)
if unserialize:
if retVal and unserialize:
try:
retVal = unserializeObject(retVal)
except: