
Show full stack to understand error source
Code: Select all
Init: cuda_ext_py35
Traceback (most recent call last):
File "Z:\q\py\cuda_ext_py35\__init__.py", line 49, in dlg_find_in_lines
def dlg_find_in_lines(self): return cd_ext_find_repl.dlg_find_in_lines()
File "Z:\q\py\cuda_ext_py35\cd_ext_find_repl.py", line 406, in dlg_find_in_lines
theFiL.show() # new!
File "Z:\q\py\cuda_ext_py35\cd_ext_find_repl.py", line 155, in show
, what=what if awht=='what' else '')
File "Z:\q\py\cuda_ext_py35\cd_kv_dlg.py", line 152, in __init__
self._setup(ctrls, form, vals, fid)
File "Z:\q\py\cuda_ext_py35\cd_kv_dlg.py", line 505, in _setup
DlgAg._check_data(self.ctrls, ctrls, form, vals, fid)
File "Z:\q\py\cuda_ext_py35\cd_kv_dlg.py", line 467, in _check_data
raise ValueError(f('Repeated names: {}', set(cids_d)))
ValueError: Repeated names: {'what'}