DiamondLightSource / FastCS

Control system agnostic framework for building device support in Python for both EPICS and Tango
Apache License 2.0
1 stars 2 forks source link

Fix GUI PVs with no attribute path #44

Closed GDYendell closed 3 months ago

GDYendell commented 3 months ago

An extra : was inserted in the case where attr_path was empty.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 48.55%. Comparing base (bf15b28) to head (c3bdbd3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #44 +/- ## ========================================== + Coverage 47.61% 48.55% +0.93% ========================================== Files 20 20 Lines 691 690 -1 ========================================== + Hits 329 335 +6 + Misses 362 355 -7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.