Update yeti.py

add log
pull/488/head
Sebdraven 2021-04-19 11:05:16 +02:00
parent 07f54c1b86
commit af01db860a
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class Yeti():
url_object.add_attribute(self.__get_relation(self.attribute),
self.attribute['value'])
url_object.add_reference(self.attribute['uuid'], 'related_to')
print(url_object)
return url_object
def __get_relation(self, obj, is_yeti_object=True):