Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Fix Group.get_device and refactor DeviceProxy initialization #63

Merged
merged 1 commit into from Sep 26, 2016

Conversation

vxgmichel
Copy link
Contributor

This follows up on issue #21 and PR #35.

The fix implemented in PR #35 causes Group.get_device to instantiate a new Tango::DeviceProxy for no reason. In order to get everything to work properly, I had to refactor __DeviceProxy__init__ and add a proxy._initialized flag, so it is possible to differentiate proxies that have gone through the python initialization and those that haven't.

@tiagocoutinho tiagocoutinho merged commit af18811 into develop Sep 26, 2016
@vxgmichel vxgmichel deleted the issue-21b branch September 26, 2016 15:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants