Issue with sync_command #16

Merged
VadymMelnychuk merged 20 commits from main into main 2023-10-12 16:43:41 +02:00
Showing only changes of commit 5d0225e0c3 - Show all commits

View File

@ -295,7 +295,7 @@ class HonAppliance:
continue
if to_sync and (
(isinstance(to_sync, list) and name not in to_sync)
or not target_param.mandatory
or not base_param.mandatory
):
continue
self.sync_parameter(base_param, target_param)