Private
Public Access
1
0

some coverage fixes

This commit is contained in:
Sander Roosendaal
2021-05-03 15:53:24 +02:00
parent 5381912472
commit 6f615c4ccc
2 changed files with 2 additions and 2 deletions

View File

@@ -3772,7 +3772,7 @@ def auto_delete_image_on_delete(sender,instance, **kwargs):
if others.count() == 0:
os.remove(instance.filename)
else:
print("couldn't find the file "+instance.filename)
pass