Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix: wrong reference for 'monitor' - changed from DeviceBase to Device

wyzula_j requested to merge devicebase-reference-fixed into master

Description

The base class 'device' was wrongly assigned to DeviceBase class instead of Device class. This caused that for example 'monitor' devices were not able to access methods such as dev.<monitor>.describe() or caused inconsistencies when using dev.<monitor>.read() inconsistencies.

Related Issues

Closes #157 (closed) .

Type of Change

  • changed reference in devicemanager.py to create Device class for base_class == "device" instead of DeviceBase.

Potential side effects

  • Not know, just .describe() will start to work 😀

Screenshots / GIFs (if applicable)

...

Additional Comments

...

Definition of Done

  • Documentation is up-to-date.
Edited by wyzula_j

Merge request reports