Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis-Mittenzwei committed Dec 10, 2024
1 parent 789027c commit 918e48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exasol/toolbox/tools/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def update_template(
) -> None:
"""Similar to install but checks for existing templates and shows diff"""
if not dest.exists():
dest.mkdir()
dest.mkdir(parents=True)

try:
templates = _select_templates(template, pkg, template_type)
Expand Down

0 comments on commit 918e48b

Please sign in to comment.