Skip to content

Commit

Permalink
check if base parameter is mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Melnychuk committed Jul 24, 2023
1 parent 59943f1 commit 5d0225e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhon/appliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def sync_command(
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)
Expand Down

0 comments on commit 5d0225e

Please sign in to comment.