mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-28 09:25:50 +00:00
Stylefix
This commit is contained in:
parent
5f76c9e720
commit
30ab52ea4c
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
from random import random
|
||||
from copy import deepcopy
|
||||
|
||||
import hypothesis.strategies as st
|
||||
|
|
@ -507,7 +506,7 @@ class SyncMachine(RuleBasedStateMachine):
|
|||
sync(a, b, status,
|
||||
force_delete=force_delete,
|
||||
conflict_resolution=conflict_resolution)
|
||||
except ActionIntentionallyFailed as e:
|
||||
except ActionIntentionallyFailed:
|
||||
assert status == old_status
|
||||
failed_sync = True
|
||||
except BothReadOnly:
|
||||
|
|
|
|||
Loading…
Reference in a new issue