[modules] Fix two minor Travis complaints
This commit is contained in:
parent
744982cb87
commit
01883c1284
2 changed files with 9 additions and 4 deletions
|
@ -32,6 +32,8 @@ class Module(bumblebee.engine.Module):
|
|||
totalMem = ""
|
||||
temp = ""
|
||||
name = "not found"
|
||||
clockMem = ""
|
||||
clockGpu = ""
|
||||
for item in out_list:
|
||||
try:
|
||||
key, val = item.split(':')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue