Skip to content

Commit

Permalink
Fixed Python 3 sample
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttd committed Jan 23, 2024
1 parent 9b61608 commit cf13136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rhinopython/SampleCurveDirConduit.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class SampleCurveDirConduit(Rhino.Display.DisplayConduit):

# Initializer
def __init__(self):
super().__init__()
self.m_curve = None
self.m_arrow_count = 3

Expand Down

0 comments on commit cf13136

Please sign in to comment.