Fixed typo printing status code

This commit is contained in:
Cort Buffington 2016-05-01 16:19:41 -05:00
parent 2d0bff17d1
commit dce6339051
1 changed files with 1 additions and 1 deletions

2
rcm.py
View File

@ -79,7 +79,7 @@ class rcmIPSC(IPSC):
try:
print('Status: ', STATUS[_status])
except KeyError:
print('Status (unknown): ', h(status))
print('Status (unknown): ', h(_status))
try:
print('Type: ', TYPE[_type])
except KeyError: