simplify DeltaTar._recursive_walk_dir
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 17 Jun 2016 09:59:27 +0000 (11:59 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Fri, 17 Jun 2016 09:59:27 +0000 (11:59 +0200)
commit7dec665c8f553bec7ef7fe63f1864ebda9db7ba6
tree598b948e149f9a5d09542fe4078991453369f476
parente88055e609e4807eacd7ceae27748ec9d946548c
simplify DeltaTar._recursive_walk_dir

(had called os.path.isdir and filter_path twice on each file directly
 after another)
deltatar/deltatar.py