2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00
This commit is contained in:
Matthias 2022-05-11 16:57:23 +02:00
parent 272d2f79cc
commit 5cb4f0e73d
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -29,7 +29,7 @@ class MetaBase:
SLUG = None
TITLE = None
def get_meta_value(self, key: str, old_key: str = None, __default = None):
def get_meta_value(self, key: str, old_key: str = None, __default=None):
"""Reference a meta item with a key
Args: