From 33be9e6a303542abac1cd3cadd7ca900e2a7705e Mon Sep 17 00:00:00 2001 From: Arend-Jan van Hilten Date: Mon, 21 Oct 2024 15:08:40 +0200 Subject: [PATCH] fix 4 hardcode --- .../cmake/package_templates/templates_2_cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srces/ament_cmake-release-release-humble-ament_cmake_core-1.3.10-1/cmake/package_templates/templates_2_cmake.py b/srces/ament_cmake-release-release-humble-ament_cmake_core-1.3.10-1/cmake/package_templates/templates_2_cmake.py index b12fb835..b8455aa4 100644 --- a/srces/ament_cmake-release-release-humble-ament_cmake_core-1.3.10-1/cmake/package_templates/templates_2_cmake.py +++ b/srces/ament_cmake-release-release-humble-ament_cmake_core-1.3.10-1/cmake/package_templates/templates_2_cmake.py @@ -29,7 +29,7 @@ import os import re - +import sys try: import importlib.resources as importlib_resources except ModuleNotFoundError: