fix: remove prefix_path
This commit is contained in:
parent
cac294b800
commit
673e89e5e1
1 changed files with 0 additions and 2 deletions
|
@ -91,7 +91,6 @@ class Annotator(Walk):
|
||||||
if isinstance(value, (VariableCalculation, VariablePropertyCalculation)):
|
if isinstance(value, (VariableCalculation, VariablePropertyCalculation)):
|
||||||
variable = self.objectspace.paths.get_with_dynamic(
|
variable = self.objectspace.paths.get_with_dynamic(
|
||||||
value.variable,
|
value.variable,
|
||||||
value.path_prefix,
|
|
||||||
family.path,
|
family.path,
|
||||||
value.version,
|
value.version,
|
||||||
value.namespace,
|
value.namespace,
|
||||||
|
@ -270,7 +269,6 @@ class Annotator(Walk):
|
||||||
if isinstance(values, VariableCalculation) and values.optional:
|
if isinstance(values, VariableCalculation) and values.optional:
|
||||||
variable = self.objectspace.paths.get_with_dynamic(
|
variable = self.objectspace.paths.get_with_dynamic(
|
||||||
values.variable,
|
values.variable,
|
||||||
values.path_prefix,
|
|
||||||
path,
|
path,
|
||||||
values.version,
|
values.version,
|
||||||
values.namespace,
|
values.namespace,
|
||||||
|
|
Loading…
Reference in a new issue