This commit is contained in:
Bruno Binet 2012-10-21 23:59:11 +02:00
commit ba99bc5528

View file

@ -92,7 +92,8 @@ def copy(path, source, destination, destination_path=None, overwrite=False):
elif os.path.isfile(source_):
shutil.copy(source_, destination_)
logger.info('copying %s to %s' % (source_, destination_))
else:
logger.warning('skipped copy %s to %s' % (source_, destination_))
def clean_output_dir(path):
"""Remove all the files from the output directory"""