diff --git a/bcml/mergers/aslist.py b/bcml/mergers/aslist.py index 529dab1..a7a7c22 100644 --- a/bcml/mergers/aslist.py +++ b/bcml/mergers/aslist.py @@ -77,7 +77,7 @@ def diff_against(self, other) -> None: if not other.posts[post_name][param_name] == param_val: if not post_name in new_posts: new_posts[post_name] = {} - new_posts[post_name][param_name] == param_val + new_posts[post_name][param_name] = param_val self.posts = new_posts def update_from(self, other) -> None: