mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
code style
This commit is contained in:
parent
a33082235b
commit
b0c8ade241
@ -278,7 +278,7 @@ def update_filename_and_move_files(sender, instance, **kwargs):
|
|||||||
try:
|
try:
|
||||||
os.rename(new_source_path, old_source_path)
|
os.rename(new_source_path, old_source_path)
|
||||||
os.rename(new_archive_path, old_archive_path)
|
os.rename(new_archive_path, old_archive_path)
|
||||||
except:
|
except Exception as e:
|
||||||
# This is fine, since:
|
# This is fine, since:
|
||||||
# A: if we managed to move source from A to B, we will also manage
|
# A: if we managed to move source from A to B, we will also manage
|
||||||
# to move it from B to A. If not, we have a serious issue
|
# to move it from B to A. If not, we have a serious issue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user