Skip to content

Commit

Permalink
Rename index argument to type
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Dec 24, 2024
1 parent 0723f9b commit 3c0b66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/nviz/wxnviz.py
Original file line number Diff line number Diff line change
Expand Up @@ -2074,7 +2074,7 @@ def SetFenceColor(self, type: int) -> None:
:param type: type of fence - from 0 (off) to 4
"""
Nviz_set_fence_color(self.data, index)
Nviz_set_fence_color(self.data, type)

def GetXYRange(self) -> float:
"""Get xy range"""
Expand Down

0 comments on commit 3c0b66e

Please sign in to comment.