Merge pull request #166 from aardschok/YETI_fix

Hot fix
This commit is contained in:
Wijnand Koreman 2018-09-21 17:12:28 +02:00 committed by GitHub
commit 04907f699f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -284,6 +284,8 @@ class YetiCacheLoader(api.Loader):
# Apply attributes to pgYetiMaya node
for attr, value in attributes.items():
if value is None:
continue
lib.set_attribute(attr, value, yeti_node)
# Fix for : YETI-6