Skip to content

Fix bug in start_archiving

S Rubio ALBA requested to merge github/fork/cmft/patch-1 into master

Created by: cmft

start_archiving fails if it is trying to archive an unregistered attribute. The method seems to be overwrite the given name by "tango://$HOST_NAME/False".

Fix it, using two variables to avoid overwrite the device name.

Merge request reports