mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 18:47:18 +00:00
exceptio
This commit is contained in:
@@ -729,10 +729,11 @@ def GetCaveLookup():
|
||||
|
||||
return Gcavelookup
|
||||
|
||||
@transaction.atomic
|
||||
def update_dataissue(parsercode, message):
|
||||
try:
|
||||
DataIssue.objects.update_or_create(parser=parsercode, message=message)
|
||||
except DataIssue.DataError:
|
||||
except DataError:
|
||||
# bollocks, swallow this.
|
||||
pass
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user