We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df105fb commit d0dc26cCopy full SHA for d0dc26c
test/simple_source/bug36/03_if_try.py
@@ -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