Browse code

apply excludes to batch deletes too

Matt Domsch authored on 2014/03/15 10:34:23
Showing 1 changed files
... ...
@@ -528,6 +528,9 @@ def subcmd_batch_del(uri_str = None, bucket = None, remote_list = None):
528 528
     if not remote_list:
529 529
         batch_mode = True
530 530
         remote_list = fetch_remote_list(uri_str, require_attribs = False, batch_mode = True)
531
+
532
+    remote_list, exclude_list = filter_exclude_include(remote_list)
533
+
531 534
     if len(remote_list) == 0:
532 535
         warning(u"Remote list is empty.")
533 536
         return False