Skip to content

Commit

Permalink
still need to render dirs with same name
Browse files Browse the repository at this point in the history
  • Loading branch information
Smidimir committed Apr 11, 2023
1 parent 40b384f commit cecc0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copier/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def _render_allowed(
quiet=self.quiet,
file_=sys.stderr,
)
return False
return is_dir
return self._solve_render_conflict(dst_relpath)

@cached_property
Expand Down

0 comments on commit cecc0e6

Please sign in to comment.