mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-04 10:35:51 +00:00
Stylefix
This commit is contained in:
parent
1087afeaa8
commit
5e44f0cfe1
1 changed files with 1 additions and 1 deletions
|
|
@ -267,10 +267,10 @@ class PairConfig(object):
|
|||
a_name = self.config_a['instance_name']
|
||||
b_name = self.config_b['instance_name']
|
||||
command = conflict_resolution[1:]
|
||||
|
||||
def inner():
|
||||
return resolve_conflict_via_command(a, b, command, a_name,
|
||||
b_name)
|
||||
|
||||
ui_worker = get_ui_worker()
|
||||
ui_worker.put(inner)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue