Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2019-04-03 21:17:58 +02:00
parent 952e7384bb
commit 9fb2523b9a

View File

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