Closed brian-rose closed 7 years ago
Hi @brian-rose thanks for your note.
In Python2, if the directory already exists you'll get OSError: [Errno 17] File exists: '.local'
and in Python3 the same FileExistsError
.
In this case the makedirs
was not really needed so I removed it. Everything does run then in Python 2.7 and 3.6
Great package! The demo script fails on Python 2.7 because the
exist_ok
parameter foros.makedirs()
is not supported. The demo runs smoothly when I replacewith