Skip to content
Snippets Groups Projects
Commit 13f6d258 authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Cleanup

parent b805ab8d
Branches
Tags
No related merge requests found
......@@ -158,8 +158,6 @@ class Main(object):
self.version = comm.version_check(self.serial_liststore.get_value(
self.serial_combobox.get_active_iter(), 0))
print self.version
self.statusbar.remove_all(self.error_context_id)
if not len(self.version) == 2:
......@@ -169,8 +167,8 @@ class Main(object):
else:
self.adc_pot.set_version(self.version)
self.statusbar.push(self.error_context_id,
"".join(["DStat version: ", str(self.version[0]), ".",
str(self.version[1])])
"".join(["DStat version: ", str(self.version[0]),
".", str(self.version[1])])
)
def on_pot_start_clicked(self, data=None):
......
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