guard call to stat() against ENOENT
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 5 Jul 2018 08:54:31 +0000 (10:54 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 1 Feb 2020 14:14:06 +0000 (15:14 +0100)
commitfd743c2636546a903a503c9cbdbc93de71c789d9
tree7e6e298c7eeea62dabdf02bf5266b1decd5204d7
parentcc552d6edf23f6b7910ced1aa2ac7fdf616e0cee
guard call to stat() against ENOENT

Move the implicit call to stat(2) into the ENOENT-safe block we
just introduced.

Found by unit testing.
deltatar/deltatar.py