]> arthur.barton.de Git - bup.git/commit
Stop checking for empty stat values from recursive_dirlist().
authorRob Browning <rlb@defaultvalue.org>
Sun, 13 Jan 2013 23:17:16 +0000 (17:17 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 27 Jan 2013 22:00:07 +0000 (16:00 -0600)
commitf7830d63f195f6ff37fa5a55f9088625fc369aad
treee01b06fd2b26f2fb52a652f97890500de4f8364f
parent8c15ca91a77067e3e076d590cf7c2f2d1519afa5
Stop checking for empty stat values from recursive_dirlist().

Remove the "if pst:" guard in index-cmd.py, since it doesn't appear to
be possible for recursive_dirlist() to return None for the stat value.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Reviewed-by: Zoran Zaric <zz@zoranzaric.de>
cmd/index-cmd.py