Log all removed files
This makes finding what glob removed some file easier.
This commit is contained in:
parent
d45e583c7b
commit
b61927badc
@ -309,6 +309,7 @@ class LoraxTemplateRunner(object):
|
||||
for g in fileglobs:
|
||||
for f in rglob(self._out(g)):
|
||||
remove(f)
|
||||
logger.debug("removed %s", f)
|
||||
|
||||
def chmod(self, fileglob, mode):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user