It appears the exception syntax in the following line is incorrect: https://github.com/irods/irods_rule_engine_plugin_python/blob/main/README.md?plain=1#L156
When I modified it to except Exception as e:, the check_err function didn’t work as expected.
It appears the exception syntax in the following line is incorrect: https://github.com/irods/irods_rule_engine_plugin_python/blob/main/README.md?plain=1#L156
When I modified it to
except Exception as e:, thecheck_errfunction didn’t work as expected.