Skip to content

Commit

Permalink
remove advance
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Mar 26, 2024
1 parent b312800 commit 30e158f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/pyrogue/_Process.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ def __init__(self, *, argVariable=None, returnVariable=None, function=None, **kw
value = 1,
description = "Total number of loops steps for the process"))

@self.command(hidden=True)
def Advance(arg):
self._incrementSteps(1)

# Add arg variable if not already added
if self._argVar is not None and self._argVar not in self:
self.add(self._argVar)
Expand Down

0 comments on commit 30e158f

Please sign in to comment.