mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +00:00
exceptio
This commit is contained in:
parent
e46cbe5d41
commit
974b91d939
@ -729,10 +729,11 @@ def GetCaveLookup():
|
|||||||
|
|
||||||
return Gcavelookup
|
return Gcavelookup
|
||||||
|
|
||||||
|
@transaction.atomic
|
||||||
def update_dataissue(parsercode, message):
|
def update_dataissue(parsercode, message):
|
||||||
try:
|
try:
|
||||||
DataIssue.objects.update_or_create(parser=parsercode, message=message)
|
DataIssue.objects.update_or_create(parser=parsercode, message=message)
|
||||||
except DataIssue.DataError:
|
except DataError:
|
||||||
# bollocks, swallow this.
|
# bollocks, swallow this.
|
||||||
pass
|
pass
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user