Maintenance release 2.8.1
Pull Requests
- #206 - Fix get for commands
Pull Request Details
Fix get for commands
Author: | Ryan Herbst [email protected] |
Date: | Wed Apr 11 11:19:51 2018 -0700 |
Pull: | #206 (2 additions, 0 deletions, 1 files changed) |
Branch: | slaclab/ESROGUE-209 |
Jira: | https://jira.slac.stanford.edu/issues/ESROGUE-209 |
Notes:
Maintenance pull request for ESROGUE-209
The architectural changes to the variable base class ended up breaking the get() method for commands. get() on commands is used to obtain a default arg value.