mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +00:00
bug fix
This commit is contained in:
parent
bf8bf7b3d2
commit
0762d53c18
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user