Added debugging extra data
This commit is contained in:
parent
6a40158e7b
commit
93e6c9992a
4 changed files with 157 additions and 28 deletions
|
|
@ -46,6 +46,7 @@ class configuration(GObject.GObject):
|
|||
for line in proc_file:
|
||||
if (line.startswith("processor")):
|
||||
self.cores += 1
|
||||
proc_file.close()
|
||||
|
||||
is_local = None
|
||||
self.log = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue