Private
Public Access
1
0

Merge branch 'release/v15.09'

This commit is contained in:
Sander Roosendaal
2021-01-13 08:42:09 +01:00

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: