Skip to content

AthenaCommon: python 2 fix

Scott Snyder requested to merge ssnyder/athena:py2.AthenaCommon-20200730 into master

Fix for python 2 compatibility. RecursionError is py3 only. But this is anyway a bad way to check for recursion, so rework this to check for recursion explicitly.

Merge request reports