forked from expo/troggle
Fix erroring code in core/views/caves.py
This commit is contained in:
@@ -188,7 +188,7 @@ def file3d(request, cave, cave_id):
|
|||||||
# These if statements need refactoring more cleanly
|
# These if statements need refactoring more cleanly
|
||||||
if cave.survex_file:
|
if cave.survex_file:
|
||||||
#print(" - cave.survex_file '{}'".format(cave.survex_file))
|
#print(" - cave.survex_file '{}'".format(cave.survex_file))
|
||||||
if threedpath.Pathis_file():
|
if threedpath.is_file():
|
||||||
#print(" - threedpath '{}'".format(threedpath))
|
#print(" - threedpath '{}'".format(threedpath))
|
||||||
# possible error here as several .svx files of same names in different directories will overwrite in /3d/
|
# possible error here as several .svx files of same names in different directories will overwrite in /3d/
|
||||||
if survexpath.is_file():
|
if survexpath.is_file():
|
||||||
|
|||||||
Reference in New Issue
Block a user