We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64dcec3 commit d99598cCopy full SHA for d99598c
src/borg/remote.py
@@ -1180,7 +1180,7 @@ def query_size_limit(self):
1180
1181
def prefixed_key(self, key, complete):
1182
# just prefix another byte telling whether this key refers to a complete chunk
1183
- # or a without-data-metadata-only chunk (see, raise_missing=True also read_data param).
+ # or a without-data-metadata-only chunk (see also read_data param).
1184
prefix = b"\x01" if complete else b"\x00"
1185
return prefix + key
1186
0 commit comments