You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launching a display like:
pydm -m "m1 =macro1, m2=macro2, ...." top_level_display.ui
with a PyDMEDMRelatedDisplay that launches:
bottom_level_display.edl
Does not pass the macros to bottom_level_display.edl automatically, they must be hardcoded using the the
"macros" property
Expected Behavior
Option to have the macros propagate to bottom_level_display.edl or automatically pass the macros
My Platform
Linux
The text was updated successfully, but these errors were encountered:
Describe the bug
Launching a display like:
pydm -m "m1 =macro1, m2=macro2, ...." top_level_display.ui
with a PyDMEDMRelatedDisplay that launches:
bottom_level_display.edl
Does not pass the macros to bottom_level_display.edl automatically, they must be hardcoded using the the
"macros" property
Expected Behavior
Option to have the macros propagate to bottom_level_display.edl or automatically pass the macros
My Platform
Linux
The text was updated successfully, but these errors were encountered: