mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Rename property to avoid conflict
TranslatedWithContext.context conflicted with AstNode.context
This commit is contained in:
parent
ec844b10ca
commit
a2eaaa26fe
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ class TranslatedWithContext(AstNode):
|
|||
return self.tokens["string"]
|
||||
|
||||
@property
|
||||
def context(self) -> str:
|
||||
def translate_context(self) -> str:
|
||||
return self.tokens["context"]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue