]> arthur.barton.de Git - bup.git/blobdiff - cmd/split-cmd.py
CatPipe.get: always return (oidx, type, size) for obj info
[bup.git] / cmd / split-cmd.py
index 5f52e7086ce5c7172ffc06761354115ef17f9f33..44d63230bf21a05601c755aae71d4509181cb8f6 100755 (executable)
@@ -136,7 +136,7 @@ if opt.git_ids:
                 line = line.strip()
             try:
                 it = cp.get(line.strip())
-                next(it, None)  # skip the file type
+                next(it, None)  # skip the file info
             except KeyError as e:
                 add_error('error: %s' % e)
                 continue