mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
The implementation of #476 is problematic as it returns None. `vdirsyncer.sync` has internal assertions that this is a string, which is why we get a crash like this: error: Unknown error occured for cal/markus@unterwaditzer.net: error: Use `-vdebug` to see the full traceback. debug: File "/home/untitaker/projects/vdirsyncer/vdirsyncer/cli/tasks.py", line 66, in sync_collection debug: force_delete=force_delete debug: File "/home/untitaker/projects/vdirsyncer/vdirsyncer/sync.py", line 228, in sync debug: action(a_info, b_info, conflict_resolution) debug: File "/home/untitaker/projects/vdirsyncer/vdirsyncer/sync.py", line 276, in inner debug: assert isinstance(dest_etag, (bytes, text_type)) Discovered in #467 |
||
|---|---|---|
| .. | ||
| cli | ||
| storage | ||
| utils | ||
| __init__.py | ||
| conftest.py | ||
| test_metasync.py | ||
| test_sync.py | ||