We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If one does not select a topic, the selected row is -1 and the .text() throws an exception here:
-1
.text()
qgis_ros/src/qgis_ros/ui/data_loader_widget.py
Lines 54 to 55 in 1789d5b
There should be a check if row == -1 or catch the exception.
row == -1
For now, the Add Layer button stays disabled and with the Loading... text on the bag dialog.
Add Layer
Loading...
I am not a Python developer so I am not sure how to best catch the error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If one does not select a topic, the selected row is
-1
and the.text()
throws an exception here:qgis_ros/src/qgis_ros/ui/data_loader_widget.py
Lines 54 to 55 in 1789d5b
There should be a check if
row == -1
or catch the exception.For now, the
Add Layer
button stays disabled and with theLoading...
text on the bag dialog.I am not a Python developer so I am not sure how to best catch the error.
The text was updated successfully, but these errors were encountered: