浏览代码

fix rST warning in Repository.scan

Marian Beermann 8 年之前
父节点
当前提交
e4486cd370
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/borg/repository.py

+ 1 - 0
src/borg/repository.py

@@ -788,6 +788,7 @@ class Repository:
         fetching data in this order does linear reads and reuses stuff from disk cache.
         fetching data in this order does linear reads and reuses stuff from disk cache.
 
 
         We rely on repository.check() has run already (either now or some time before) and that:
         We rely on repository.check() has run already (either now or some time before) and that:
+
         - if we are called from a borg check command, self.index is a valid, fresh, in-sync repo index.
         - if we are called from a borg check command, self.index is a valid, fresh, in-sync repo index.
         - if we are called from elsewhere, either self.index or the on-disk index is valid and in-sync.
         - if we are called from elsewhere, either self.index or the on-disk index is valid and in-sync.
         - the repository segments are valid (no CRC errors).
         - the repository segments are valid (no CRC errors).