Removed unnecessary check

This commit is contained in:
Wolf-Bastian Poettner 2020-02-01 14:14:13 +00:00
parent 3027053256
commit 060bdc947a

View File

@ -420,8 +420,6 @@ def update_filename(sender, instance, **kwargs):
if instance.filename == new_filename:
return
# Check if filename needs changing
if new_filename != instance.filename:
# Determine the full "target" path
path_new = instance.filename_to_path(new_filename)
dir_new = instance.filename_to_path(os.path.dirname(new_filename))