Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lint waste my time
  • Loading branch information
elpaso committed Jul 6, 2021
1 parent 336a64d commit af26206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsnewvectortabledialog.py
Expand Up @@ -67,7 +67,7 @@ def test_dialog(self):
dialog.setFields(fields)
dialog.setTableName('no_lock_me_down_again')

#dialog.exec_()
# dialog.exec_()

geom_type_combo = dialog.findChildren(QComboBox, 'mGeomTypeCbo')[0]
geom_name_le = dialog.findChildren(QLineEdit, 'mGeomColumn')[0]
Expand Down

0 comments on commit af26206

Please sign in to comment.