From 01cae8b16fd52987e9c7bc6f09b8789d4239b55f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 15:45:20 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- python/example_robot_data/robots_loader.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/example_robot_data/robots_loader.py b/python/example_robot_data/robots_loader.py index 76e9de4..af560fa 100644 --- a/python/example_robot_data/robots_loader.py +++ b/python/example_robot_data/robots_loader.py @@ -10,6 +10,7 @@ try: except ImportError: pass + def getModelPath(subpath, printmsg=False): source = dirname(dirname(dirname(__file__))) # top level source directory paths = [ -- GitLab