Commit 4b25bb34 authored by Guillaume Seguin's avatar Guillaume Seguin

Fix TypeError

parent 95438d66
......@@ -133,7 +133,7 @@ try:
reset_priority()
deinhibit_sleep()
except ImportError, e:
logging.warning("psutil unavailable, could not import power utils:" + e)
logging.warning("psutil unavailable, could not import power utils:" + str(e))
def powerset_print_start(reason):
pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment