We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9587e98 commit 2386b57Copy full SHA for 2386b57
setup.py
@@ -14,7 +14,7 @@
14
15
from setuptools import setup, find_packages
16
17
-VERSION = "0.2.1"
+VERSION = "0.2.3"
18
19
20
def readme():
thonnycontrib/quecpython/view.py
@@ -181,8 +181,6 @@ def list_valid_ports(self):
181
current_port_str = self.port_combobox.get()
182
if current_port_str in rv:
183
self.port_combobox.set(current_port_str)
184
- else:
185
- self.port_combobox.current(0)
186
187
def get_validated_com_port(self, platform):
188
comport = get_com_port(platform)
0 commit comments