BCDA-APS / adl2pydm

Convert MEDM's .adl files to PyDM's .ui format
Other
0 stars 4 forks source link

find all widget blocks dynamically #8

Closed prjemian closed 5 years ago

prjemian commented 5 years ago

replace such code:

screen_blocks = screen.root.contents[3:]    # FIXME: dynamically
prjemian commented 5 years ago

resolved by refactoring