Revert "Merge remote-tracking branch 'exhuma/master', PR #963"
This reverts commite26727943f, reversing changes made to7bbb077704.
This commit is contained in:
@@ -20,8 +20,6 @@ import shutil
|
||||
import logging
|
||||
import stat
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
|
||||
## useful recursive copy, that ignores common OS cruft
|
||||
def mirror_dir(src, dst, entities=None):
|
||||
'''copies all of the entities from src to dst'''
|
||||
@@ -106,7 +104,7 @@ if renameworks:
|
||||
try:
|
||||
os.remove(self.tmpname)
|
||||
except Exception, e:
|
||||
LOG.warning("An error was raised, so I was doing "
|
||||
logging.warning("An error was raised, so I was doing "
|
||||
"some cleanup first, but I couldn't remove "
|
||||
"'%s'!", self.tmpname)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user