Cleanup: correct misleading classmethod arg

This commit is contained in:
Campbell Barton
2019-04-19 07:36:07 +02:00
parent 5b0f0421ef
commit 3633a79789
6 changed files with 18 additions and 18 deletions

View File

@@ -187,7 +187,7 @@ class AddObjectHelper:
)
@classmethod
def poll(self, context):
def poll(cls, context):
return context.scene.library is None