pre-commit gc

This commit is contained in:
Anthony Sottile
2019-01-01 22:01:10 -08:00
parent d7f5c6f979
commit 9e34e6e316
12 changed files with 412 additions and 116 deletions

View File

@@ -32,7 +32,6 @@ def _log_and_exit(msg, exc, formatted):
))
output.write(error_msg)
store = Store()
store.require_created()
log_path = os.path.join(store.directory, 'pre-commit.log')
output.write_line('Check the log at {}'.format(log_path))
with open(log_path, 'wb') as log: