From af6081e4065f77a7bd1c322adbbebacf6d4d15cf Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 29 Jul 2023 18:11:19 +0300 Subject: [PATCH] better sort order for issues --- parsers/drawings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsers/drawings.py b/parsers/drawings.py index a814ce2..f34cd70 100644 --- a/parsers/drawings.py +++ b/parsers/drawings.py @@ -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)