Skip to content

Commit d0dc26c

Browse files
committed
Another test
1 parent df105fb commit d0dc26c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# The bug in python 3.6+ was in parsing that we
2+
# add END_IF_THEN and using that inside "return results"
3+
def whcms_license_info(md5hash, datahash, results):
4+
if md5hash == datahash:
5+
try:
6+
return md5hash
7+
except:
8+
return results

0 commit comments

Comments
 (0)