tacker/tacker/vnfm/lcm_user_data
zhufl 395cbb77ef Fix invalid "is not {}" judgement of empty dict
"is not {}" should not be used to judge whether a dict is empty,
because it will always return True.
So does "is not []".

>>> {} is not {}
True
>>> [] is not []
True

Change-Id: I014517d999345e201c3ee96f0634c7975a0cc7bb
2020-12-07 09:53:45 +08:00
..
__init__.py Support LCM operation with user data 2020-04-24 11:37:45 +09:00
abstract_user_data.py Drop most of six importings 2020-10-19 12:10:05 +00:00
constants.py Support LCM operation with user data 2020-04-24 11:37:45 +09:00
utils.py Fix invalid "is not {}" judgement of empty dict 2020-12-07 09:53:45 +08:00