2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

Fix erroring code in core/views/caves.py

This commit is contained in:
Expo on server 2022-08-25 03:31:54 +01:00
parent 17bbbd6eab
commit 57c4732566

View File

@ -188,7 +188,7 @@ def file3d(request, cave, cave_id):
# These if statements need refactoring more cleanly
if cave.survex_file:
#print(" - cave.survex_file '{}'".format(cave.survex_file))
if threedpath.Pathis_file():
if threedpath.is_file():
#print(" - threedpath '{}'".format(threedpath))
# possible error here as several .svx files of same names in different directories will overwrite in /3d/
if survexpath.is_file():