Another test

This commit is contained in:
rocky
2019-01-05 16:48:55 -05:00
parent df105fbfb2
commit d0dc26caf7

View File

@@ -0,0 +1,8 @@
# The bug in python 3.6+ was in parsing that we
# add END_IF_THEN and using that inside "return results"
def whcms_license_info(md5hash, datahash, results):
if md5hash == datahash:
try:
return md5hash
except:
return results