forked from expo/troggle
better sort order for issues
This commit is contained in:
parent
1165b10fe4
commit
af6081e406
@ -117,7 +117,7 @@ def findwalletimage(therionfile, foundpath):
|
||||
scansfile = scansfilel[0]
|
||||
therionfile.scans.add(scansfile)
|
||||
else:
|
||||
message = f'! Scanned file {scanfilename} mentioned in "{therionfile.dwgpath}" is not actually found in {wallet.walletname}'
|
||||
message = f'! In {wallet.walletname} scanned file is not actually found {scanfilename} mentioned in "{therionfile.dwgpath}"'
|
||||
wurl = f"/survey_scans/{wallet.walletname}/".replace("#", ":")
|
||||
# print(message)
|
||||
DataIssue.objects.create(parser="Therion", message=message, url=wurl)
|
||||
|
Loading…
Reference in New Issue
Block a user