Skip to content

Commit

Permalink
correct code tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
bbean23 committed May 2, 2024
1 parent e4d3fcf commit bac2bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _init_figure_records(self, render_control_fig: rcf.RenderControlFigure) -> l
equal=False,
number_in_name=False,
name=self.rca.z_label,
code_tag=f"{__file__}.__init__()",
code_tag=f"{__file__}._init_figure_records()",
)
self.view = self.fig_record.view
self.axes = self.fig_record.figure.gca()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _init_figure_records(self, render_control_figure: rcf.RenderControlFigure) -
number_in_name=False,
name=self.label + name_suffix,
title="",
code_tag=f"{__file__}.__init__()",
code_tag=f"{__file__}._init_figure_records()",
)
view = fig_record.view
axes = fig_record.figure.gca()
Expand Down

0 comments on commit bac2bad

Please sign in to comment.