Loading frontend/main.py +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ class Window(QMainWindow, Ui_MainWindow): case "Linux": self._com_ports.append((f"/dev/{com.name}", com.description)) case "Windows": self._com_ports.append(com.name, com.description) self._com_ports.append((com.name, com.description)) self.comports_comboBox.addItems([x[0] for x in self._com_ports]) self.comport_description_lineEdit.setText(self._com_ports[0][1]) Loading pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ description = "This pakages is used to control the Spherical Parallel Joint Robo authors = ["mattia.gallacchi <mattia.gallacchi@he-arc.ch>"] readme = "README.md" packages = [ {include = "frontend"} {include = "pyspj"} ] [tool.poetry.dependencies] Loading Loading
frontend/main.py +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ class Window(QMainWindow, Ui_MainWindow): case "Linux": self._com_ports.append((f"/dev/{com.name}", com.description)) case "Windows": self._com_ports.append(com.name, com.description) self._com_ports.append((com.name, com.description)) self.comports_comboBox.addItems([x[0] for x in self._com_ports]) self.comport_description_lineEdit.setText(self._com_ports[0][1]) Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ description = "This pakages is used to control the Spherical Parallel Joint Robo authors = ["mattia.gallacchi <mattia.gallacchi@he-arc.ch>"] readme = "README.md" packages = [ {include = "frontend"} {include = "pyspj"} ] [tool.poetry.dependencies] Loading