Skip to content

Commit

Permalink
Merge branch 'master' into cottsay/empy-requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Sep 23, 2024
2 parents 390a4b6 + 9778894 commit 0a99249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colcon_core/shell/template/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ def expand_template(template_path, destination_path, data):
output=output, options={OVERRIDE_OPT: False})
else:
interpreter = CachingInterpreter(
output=output,
config=Configuration(
defaultRoot=str(template_path),
defaultStdout=output,
useProxy=False),
dispatcher=False)
try:
Expand Down

0 comments on commit 0a99249

Please sign in to comment.