diff --git a/body/stretch_body/robot_collision.py b/body/stretch_body/robot_collision.py index 093333bf..01cfe5bc 100644 --- a/body/stretch_body/robot_collision.py +++ b/body/stretch_body/robot_collision.py @@ -21,7 +21,7 @@ # works on ubunut 22.04 import importlib.resources as importlib_resources str(importlib_resources.files("stretch_body")) -except AttributeError, ModuleNotFoundError as e: +except Exception as e: # works on ubuntu 20.04 import importlib_resources str(importlib_resources.files("stretch_body")) diff --git a/body/stretch_body/version.py b/body/stretch_body/version.py index 96a401a0..8cb73916 100644 --- a/body/stretch_body/version.py +++ b/body/stretch_body/version.py @@ -3,4 +3,4 @@ # 2) we can import it in setup.py for the same reason # 3) we can import it into your module -__version__ = '0.7.24' +__version__ = '0.7.26'