mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01: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=} ")
|
||||
svxf = Path(svxfl)
|
||||
if svxf.suffix.lower() != ".svx":
|
||||
svxf = svx.with_suffix(".svx")
|
||||
svxf = svxf.with_suffix(".svx")
|
||||
f = Path(settings.SURVEX_DATA) / svxf
|
||||
if not f.is_file():
|
||||
message = f"Specified survex file '{fpath}' in database not found on disc"
|
||||
|
Loading…
Reference in New Issue
Block a user