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)