Unpack tuple before passing it status_set since that is what status_set is expecting

This commit is contained in:
Liam Young 2016-03-29 13:02:58 +00:00
parent f984408dcb
commit b6abf2ecac
1 changed files with 1 additions and 1 deletions

View File

@ -576,7 +576,7 @@ def set_unit_status():
@returns None
"""
status_set(assess_status_helper())
status_set(*assess_status_helper())
def resume_unit():