diff --git a/confluent_server/confluent/syncfiles.py b/confluent_server/confluent/syncfiles.py index 360d022b..256c0c53 100644 --- a/confluent_server/confluent/syncfiles.py +++ b/confluent_server/confluent/syncfiles.py @@ -53,9 +53,7 @@ class SyncList(object): if not ent: continue if ent[-1] == ':': - if ent == 'APPEND:': - currmap = self.appendmap - elif ent == 'MERGE:': + if ent == 'MERGE:': currmap = self.mergemap else: raise Exception(