mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
Fix metadatalookup (#4784)
This commit is contained in:
@ -366,7 +366,7 @@ class InvenTreePlugin(VersionMixin, MixinBase, MetaBase):
|
||||
|
||||
try:
|
||||
website = meta['Project-URL'].split(', ')[1]
|
||||
except (ValueError, IndexError, ):
|
||||
except (ValueError, IndexError, AttributeError, ):
|
||||
website = meta['Project-URL']
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user