Skip to content

Demo: Fix simulated lima devices from demo session

Closes #2696 (closed)

This MR is one solution to make simulated lima device using by the demo session working again.

The problem looks to be the fact subprocess is monkey patched by bliss.__init__.py

This MR unpatch the subprocess lib only on the simulated lima device runners.

Comments

  • There is other ways to fix that
    • For example using monkey.patch(subprocess=False, ...) in bliss.__init__.py
  • No idea why this happens now (maybe an update of Lima or Tango)
    • Maybe other Tango devices provided by BLISS are also impacted
      • In this case, this MR (which is local to each devices) is not enough
Edited by Valentin Valls

Merge request reports