Skip to content
Snippets Groups Projects
Commit 5fa60c27 authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

use find_element to suppress PEP8 warning

parent cc9eaae6
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ if __name__ == "__main__":
# setup the GUI windows Layout
window = defineGUI()
device = window.FindElement('_DEVICE_').DefaultValue
device = window.find_element('_DEVICE_').DefaultValue
keys = cfg['split'][device.lower()].keys()
# can't update combo with FindElement('_HIDDEN_').Update(), we use this function
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment