Test mode

This commit is contained in:
Felipe Martin 2018-09-30 00:46:14 +02:00
parent 3319f433f2
commit faa0c1e589
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 3 additions and 3 deletions

View File

@ -172,7 +172,7 @@ if __name__ == '__main__':
target_path = get_target_path(fileobj)
except Exception as exc:
print(f'---- Error on {fileobj.path} ----')
print(exc)
raise exc
new_filename = '.'.join([fileobj.datetime.strftime('%Y-%m-%d_%H-%M-%S'), fileobj.extension])
os.makedirs(target_path, exist_ok=True)
shutil.move(fileobj.path, os.path.join(target_path, new_filename))
# os.makedirs(target_path, exist_ok=True)
# shutil.move(fileobj.path, os.path.join(target_path, new_filename))