]> arthur.barton.de Git - bup.git/commit
PackWriter init: initialize file guard first
authorRob Browning <rlb@defaultvalue.org>
Sun, 3 Jan 2016 17:42:27 +0000 (11:42 -0600)
committerRob Browning <rlb@defaultvalue.org>
Mon, 18 Jan 2016 17:29:52 +0000 (11:29 -0600)
commitc8d029faa649add017ba13755fb3e03c3975d204
tree8984c070f7d22954c0d7b67e3e3eace512a104a5
parent3c3b6b137c55e4a1511c17352d46c660cfb3aee7
PackWriter init: initialize file guard first

Initialize the self.file variable first since it's used to test the
state of the object.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/git.py