]> arthur.barton.de Git - bup.git/blobdiff - cmd/index-cmd.py
Move parse_excludes to helpers and rework it a bit.
[bup.git] / cmd / index-cmd.py
index fd3794108daa368864d95f49ce6001b8a7e4e806..5a8913d378733d32435c57c8708031891067c089 100755 (executable)
@@ -222,8 +222,7 @@ if opt.clear:
     log('clear: clearing index.\n')
     clear_index(indexfile)
 
-excluded_paths = drecurse.parse_excludes(flags)
-
+excluded_paths = parse_excludes(flags, o.fatal)
 paths = index.reduce_paths(extra)
 
 if opt.update: