Skip to content

Commit cb38a5a

Browse files
author
Lachlan Grose
committed
typos
1 parent 262a89d commit cb38a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopStructural/visualisation/model_plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def add_isosurface(self,
308308
logger.warning("Cannot isosurface {} at {}, skipping".format(geological_feature.name,isovalue))
309309
continue
310310

311-
name += '{}_{}'.format(basename,isovalue)
311+
name = '{}_{}'.format(base_name,isovalue)
312312
if names is not None and len(names) == len(slices_):
313313
name = names[i]
314314

0 commit comments

Comments
 (0)