Skip to content

Commit

Permalink
fix: support unsafe templates that utilize tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Jun 6, 2023
1 parent 49ddc24 commit f699d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions copier_template_tester/_write_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def write_output( # type: ignore[no-untyped-def]
kwargs.setdefault('defaults', True)
kwargs.setdefault('overwrite', True)
kwargs.setdefault('quiet', False)
kwargs.setdefault('unsafe', True)
kwargs.setdefault('vcs_ref', 'HEAD')
copier.run_copy(str(src_path), dst_path, **kwargs)

Expand Down

0 comments on commit f699d01

Please sign in to comment.