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)):
|
||||
variable = self.objectspace.paths.get_with_dynamic(
|
||||
value.variable,
|
||||
value.path_prefix,
|
||||
family.path,
|
||||
value.version,
|
||||
value.namespace,
|
||||
|
@ -270,7 +269,6 @@ class Annotator(Walk):
|
|||
if isinstance(values, VariableCalculation) and values.optional:
|
||||
variable = self.objectspace.paths.get_with_dynamic(
|
||||
values.variable,
|
||||
values.path_prefix,
|
||||
path,
|
||||
values.version,
|
||||
values.namespace,
|
||||
|
|
Loading…
Reference in a new issue