Skip to content

Commit 2386b57

Browse files
committed
fix port bug
1 parent 9587e98 commit 2386b57

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from setuptools import setup, find_packages
1616

17-
VERSION = "0.2.1"
17+
VERSION = "0.2.3"
1818

1919

2020
def readme():

thonnycontrib/quecpython/view.py

-2
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,6 @@ def list_valid_ports(self):
181181
current_port_str = self.port_combobox.get()
182182
if current_port_str in rv:
183183
self.port_combobox.set(current_port_str)
184-
else:
185-
self.port_combobox.current(0)
186184

187185
def get_validated_com_port(self, platform):
188186
comport = get_com_port(platform)

0 commit comments

Comments
 (0)