]> arthur.barton.de Git - bup.git/commit
vfs2._resolve_path: require parent to be a path sequence
authorRob Browning <rlb@defaultvalue.org>
Sat, 25 Nov 2017 17:10:03 +0000 (11:10 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 16 Dec 2017 23:29:04 +0000 (17:29 -0600)
commitcd9d0500b375dd70347d5b780a90a975b012baf7
treea3fcc937d35ee48592b12c17e93f9ff0c77fd86b
parent2d84fc008b95364b92e43ca7dd1104894a81aaa0
vfs2._resolve_path: require parent to be a path sequence

Require an actual path sequence for the parent since it provides the
context for the resolution of the path (with respect to relative
paths, symlinks containing .., etc.).

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