Mich

Results 1 issues of Mich

![issue](https://cloud.githubusercontent.com/assets/19304460/25557734/940e8e60-2d17-11e7-8277-009bff65db18.png) I've solved this problem. Change follow line : ```python ledTriggerPath = "/sys/class/leds/%s/trigger"%(ledName.rstrip()) ``` to: ```python ledTriggerPath = "/sys/class/leds/%s/trigger"%(ledName.rstrip()).decode("utf-8") ```