2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00
This commit is contained in:
Philip Sargent 2023-10-16 19:03:54 +03:00
parent bf8bf7b3d2
commit 0762d53c18

View File

@ -560,7 +560,7 @@ def walletedit(request, path=None):
# print(f" - - {svxf=} ") # print(f" - - {svxf=} ")
svxf = Path(svxfl) svxf = Path(svxfl)
if svxf.suffix.lower() != ".svx": if svxf.suffix.lower() != ".svx":
svxf = svx.with_suffix(".svx") svxf = svxf.with_suffix(".svx")
f = Path(settings.SURVEX_DATA) / svxf f = Path(settings.SURVEX_DATA) / svxf
if not f.is_file(): if not f.is_file():
message = f"Specified survex file '{fpath}' in database not found on disc" message = f"Specified survex file '{fpath}' in database not found on disc"