Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support empy3 and empy4 #821

Merged
merged 7 commits into from
Aug 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed trace
Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Aug 21, 2024
commit 093f829d7cf3b4331f667c50f46ae8a40fb4a733
1 change: 0 additions & 1 deletion rosidl_adapter/rosidl_adapter/resource/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def expand_template(template_name, data, output_file, encoding='utf-8'):
def evaluate_template(template_name, data):
global _interpreter
# create copy before manipulating
print('data', data)
data = dict(data)
data['TEMPLATE'] = _evaluate_template

Expand Down
Loading