Commit d7ee5f56 authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Vincent Pelletier

storage: Fix restoreBackup docstring.

parent 03979e43
......@@ -559,9 +559,9 @@ class SQLite3Storage(local):
db_path (str)
Path to the SQLite database to produce. Must not exist.
read (callabla taking an integer as argument)
Must return this many bytes, or an empty string if there is no input
left.
restorator (iterable)
Produces chunks which correspond (in content, not necessarily in size)
to what dumpIterator produces.
"""
buf = ''
if os.path.exists(db_path):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment