Skip to content

Commit

Permalink
corrected callup of self.annotation_2...
Browse files Browse the repository at this point in the history
  • Loading branch information
evereux committed Aug 26, 2024
1 parent 7e68b7a commit 87dd6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycatia/cat_tps_interfaces/annotation_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def coordinate_dimension(self) -> CoordDim:
28,
f'{self.__class__.__name__}.{inspect.stack()[0][3]}',
)
return CoordDim(self.annotation2.Coordinatedimension())
return CoordDim(self.annotation_2.Coordinatedimension())

def datum_simple(self) -> DatumSimple:
"""
Expand Down

0 comments on commit 87dd6eb

Please sign in to comment.