identation problem
This commit is contained in:
parent
0fb81bea78
commit
554ec254d8
|
@ -72,7 +72,7 @@ class Sync:
|
||||||
# We only want to perform Add/Remove to not new components
|
# We only want to perform Add/Remove to not new components
|
||||||
actions = self.add_remove(db_device, not_new_components)
|
actions = self.add_remove(db_device, not_new_components)
|
||||||
db_device.components = db_components
|
db_device.components = db_components
|
||||||
db_device.add_mac_to_hid()
|
db_device.add_mac_to_hid()
|
||||||
return db_device, actions
|
return db_device, actions
|
||||||
|
|
||||||
def execute_register_component(self,
|
def execute_register_component(self,
|
||||||
|
|
Reference in New Issue