Skip to content

Commit

Permalink
missed spot
Browse files Browse the repository at this point in the history
  • Loading branch information
meihuisu committed Oct 30, 2024
1 parent 94d8b6b commit 94740d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycvm/horizontal_slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def __init__(self, upperleftpoint, bottomrightpoint, meta={}) :
self.title = self.meta['title']
else:
self.title = "%s%s Horizontal Slice at %.0fm" % (location_text, cvmdesc, self.upperleftpoint.depth)
self.meta['title'] = title
self.meta['title'] = self.title

if 'data_type' in self.meta :
self.mproperty = self.meta['data_type']
Expand Down

0 comments on commit 94740d7

Please sign in to comment.