Skip to content

Commit

Permalink
fixup! fix: Make sure to delete local temporary clones
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Sep 14, 2022
1 parent 0679a67 commit 6a6de2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copier/main.py
Expand Up @@ -27,7 +27,7 @@
from .errors import CopierAnswersInterrupt, ExtensionNotFoundError, UserMessageError
from .subproject import Subproject
from .template import Template
from .tools import Style, TemporaryDirectory, printf, handle_remove_readonly
from .tools import Style, TemporaryDirectory, handle_remove_readonly, printf
from .types import (
AnyByStrDict,
JSONSerializable,
Expand Down

0 comments on commit 6a6de2e

Please sign in to comment.