fix update merge

This commit is contained in:
Pascal Vizeli 2017-04-28 01:56:07 +02:00
parent 9d95b70534
commit 9559c39351

View File

@ -90,8 +90,8 @@ class AddonsData(Config):
current = self._current_data[addon]
if data[ATTR_VERSION] == current[ATTR_VERSION]:
if data != current[addon]:
self._system_data[addon] = copy.deepcopy(current[data])
if data != current:
self._system_data[addon] = copy.deepcopy(current)
have_change = True
if have_change: