Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for register reset in runtime CLI
Currently register reset throws a: File "/usr/local/lib/python2.7/dist-packages/runtime_CLI.py", line 1985, in do_register_reset self.client.bm_register_reset(0, register.name) NameError: global name 'register' is not defined The fix follows does the same thing as the other register operations.
- Loading branch information