fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user