Skip to content

Commit

Permalink
Merge pull request #206 from slaclab/ESROGUE-209
Browse files Browse the repository at this point in the history
Fix get for commands
  • Loading branch information
slacrherbst authored Apr 11, 2018
2 parents 2e670ea + cb56e37 commit e3349b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/pyrogue/_Command.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ def _setDict(self,d,writeEach,modes):
def _getDict(self,modes):
return None

def get(self,read=True):
return self._default

# LocalCommand is the same as BaseCommand
LocalCommand = BaseCommand
Expand Down

0 comments on commit e3349b2

Please sign in to comment.