mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
fix: remove period at the end of the string
This commit is contained in:
parent
85fe18253f
commit
9e224f6e05
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ class Store:
|
||||||
if result: # pragma: no cover (race)
|
if result: # pragma: no cover (race)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
logger.info(f'Initializing environment for {repo}.')
|
logger.info(f'Initializing environment for {repo}')
|
||||||
|
|
||||||
directory = tempfile.mkdtemp(prefix='repo', dir=self.directory)
|
directory = tempfile.mkdtemp(prefix='repo', dir=self.directory)
|
||||||
with clean_path_on_failure(directory):
|
with clean_path_on_failure(directory):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue