Created
March 1, 2021 19:51
-
-
Save anddam/d3db39e484dfaf05e238b6beab5c8228 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "\\myserver\cm\gui\main_window.py", line 147, in on_reader_list_selection_changed | |
(self.tr("Serial number"), self.tr(serialNumber)), | |
ValueError: 'PySide2.QtCore.QObject.tr' called with wrong argument values: | |
PySide2.QtCore.QObject.tr(b'2444136000017023',) | |
Found signature: | |
PySide2.QtCore.QObject.tr(bytes, bytes = b'', int = -1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment