fix: path
This commit is contained in:
parent
20b475c5f2
commit
fe3c28f6d4
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ class Annotator(Walk):
|
||||||
"value": value,
|
"value": value,
|
||||||
}
|
}
|
||||||
if isinstance(values, (VariableCalculation, VariablePropertyCalculation)):
|
if isinstance(values, (VariableCalculation, VariablePropertyCalculation)):
|
||||||
variable_path = self.get_path_from_variable(values, version, values.path)
|
variable_path = self.get_path_from_variable(values, version, path)
|
||||||
value = self.calculation_to_information_variable(
|
value = self.calculation_to_information_variable(
|
||||||
variable_path, values, prop, version, path
|
variable_path, values, prop, version, path
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue