Skip to content
Snippets Groups Projects
Commit ebaf88f4 authored by Piotr Sowinski's avatar Piotr Sowinski
Browse files

Merge branch 'feature-NXCALS-8005-get_aligned-bug-with-passing-master' into 'develop'

NXCALS-8005 getAligned in Pytimber passing wrong master variable

Closes NXCALS-8005

See merge request !2095

Changelog: added
parents 4f288153 b5a956e8
No related branches found
No related tags found
1 merge request!2095NXCALS-8005 getAligned in Pytimber passing wrong master variable
......@@ -675,7 +675,7 @@ class DataManager:
master_variable = (
self._variable_manager.get_variables(master)[0]
if master
else sorted(variables, key=lambda v: v.name)[0]
else variables[0].name
)
if not master_variable:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment