mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-05 10:45:51 +00:00
Fix storage example generator
This commit is contained in:
parent
44206a1e4e
commit
6b2450f4ac
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ def github_issue_role(name, rawtext, text, lineno, inliner,
|
|||
def format_storage_config(cls, header=True):
|
||||
if header is True:
|
||||
yield '[storage example_for_{}]'.format(cls.storage_name)
|
||||
yield 'type = {}'.format(cls.storage_name)
|
||||
yield 'type = "{}"'.format(cls.storage_name)
|
||||
|
||||
from vdirsyncer.storage.base import Storage
|
||||
from vdirsyncer.utils import get_storage_init_specs
|
||||
|
|
|
|||
Loading…
Reference in a new issue