Better display of wallet names copied from svx files

This commit is contained in:
Philip Sargent
2022-08-24 18:28:15 +03:00
parent 8ca50d8fd4
commit 7e9fd0f353
8 changed files with 22 additions and 8 deletions

View File

@@ -514,7 +514,7 @@ class LoadingSurvex():
print(manywallets[0])
survexblock.save()
if len(manywallets) > 1:
message = " ! Wallet *REF {} - more than one found {} scan folders in {}".format(refscan, len(manywallets), survexblock.survexfile.path)
message = " ! Wallet *REF {} - more than one found {} scan folders in block {}".format(refscan, len(manywallets), survexblock.survexfile.path)
print(self.insp+message)
DataIssue.objects.create(parser='survex', message=message, url=url)
else: