Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove logging about removing dir with NOCLOBBER #79

Merged
merged 1 commit into from
May 2, 2017

Conversation

peterjc
Copy link
Collaborator

@peterjc peterjc commented May 2, 2017

Currently get:

INFO: command-line: ...
INFO: Input directory: interesting_serratia
INFO: Removing directory interesting_serratia_cmp and everything below it
WARNING: NOCLOBBER: not actually deleting directory
...

With this change get:

INFO: command-line: ...
INFO: Input directory: interesting_serratia
WARNING: NOCLOBBER: not actually deleting directory interesting_serratia_cmp
...

This removes the scary message ;)

There is scope for further simplification here when (re)creating the directories...

@codecov-io
Copy link

codecov-io commented May 2, 2017

Codecov Report

Merging #79 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #79   +/-   ##
=======================================
  Coverage   69.84%   69.84%           
=======================================
  Files          11       11           
  Lines         756      756           
=======================================
  Hits          528      528           
  Misses        228      228

@widdowquinn
Copy link
Owner

Thanks Peter.

@widdowquinn widdowquinn closed this May 2, 2017
@widdowquinn widdowquinn reopened this May 2, 2017
@widdowquinn widdowquinn merged commit a87ffea into widdowquinn:master May 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants