Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-01-13 08:41:14 +01:00
parent 86b35df3ab
commit 3882e87f4c

View File

@@ -246,7 +246,10 @@ class Command(BaseCommand):
except IOError:
rowers = []
except Message.DoesNotExist:
attachment.delete()
try:
attachment.delete()
except:
pass
for rower in rowers:
if 'zip' in extension:
try: