drop os.exists() before makedirs()
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 5 Jul 2018 06:53:06 +0000 (08:53 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 1 Feb 2020 14:14:06 +0000 (15:14 +0100)
commit37ab0f577fd7cef2922c99d6fd91f22100075476
treebda1c8f4ae4a2407d918dc3673a52e77fe8cf1a9
parentc059a22123b4e3966d548082a97e9ad8a0e2dfa1
drop os.exists() before makedirs()

os.makedirs() has proper EEXIST handling builtin. Checking with
``os.exists()`` is both redundant and inherently racy.
deltatar/deltatar.py