]> arthur.barton.de Git - bup.git/blobdiff - cmd/margin-cmd.py
tvfs: accommodate python 3 and test there
[bup.git] / cmd / margin-cmd.py
index b01db3d1864e151fe7e74059b024f3eb08be1ebd..7eba44844c6769a5b9279c2cddbbc06501dd7aa6 100755 (executable)
@@ -26,9 +26,8 @@ if extra:
     o.fatal("no arguments expected")
 
 git.check_repo_or_die()
-git.ignore_midx = opt.ignore_midx
 
-mi = git.PackIdxList(git.repo('objects/pack'))
+mi = git.PackIdxList(git.repo('objects/pack'), ignore_midx=opt.ignore_midx)
 
 def do_predict(ix):
     total = len(ix)