Skip to content

Commit 6f8ff5a

Browse files
authored
Fix setter decorator for project property (#8362)
1 parent 73bd58d commit 6f8ff5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def instruction(self, value):
105105
def project(self):
106106
return self._project
107107

108-
@function.setter
108+
@project.setter
109109
def project(self, value):
110110
self._project = value
111111

0 commit comments

Comments
 (0)