Added debugging extra data

This commit is contained in:
Sergio Costas 2015-09-08 17:13:16 +02:00
parent 6a40158e7b
commit 93e6c9992a
4 changed files with 157 additions and 28 deletions

View file

@ -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 = ""