]> arthur.barton.de Git - bup.git/commit
bloom-cmd: don't explicitly create the bloom file (allow bloom.create()).
authorPatrick Rouleau <prouleau72@gmail.com>
Wed, 13 Feb 2013 03:46:13 +0000 (22:46 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 16 Feb 2013 00:41:52 +0000 (18:41 -0600)
commit41d973cb6e9bf0721ebd04970013b4ab16be2fa2
tree4a70585e613090fc1c64bc2de8b2690c17f38148
parent572810f33b5c6bf692b30f6669ba034f0590c571
bloom-cmd: don't explicitly create the bloom file (allow bloom.create()).

Don't explicitly create the bloom file since bloom.create() will
handle it, and will actually use the correct (binary) mode instead of
"w+".

The binary mode has no effect under Linux or Cygwin, but is important
under Windows.

Signed-off-by: Patrick Rouleau <prouleau72@gmail.com>
Reviewed-by: Zoran Zaric <zz@zoranzaric.de>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
cmd/bloom-cmd.py