Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

On Python 3 use exist_ok with makedirs #2

Merged
merged 1 commit into from
Dec 11, 2017
Merged

On Python 3 use exist_ok with makedirs #2

merged 1 commit into from
Dec 11, 2017

Conversation

sigmavirus24
Copy link
Contributor

Django 2.0 only works on Python 3.4+. This keyword is only present on
Python 3 and so this is safe to use since we don't need to worry about
exist_ok missing on Python 2.7

Django 2.0 only works on Python 3.4+. This keyword is only present on
Python 3 and so this is safe to use since we don't need to worry about
exist_ok missing on Python 2.7
@kennethreitz
Copy link
Contributor

✨🍰✨

@kennethreitz kennethreitz merged commit 431afdb into master Dec 11, 2017
@kennethreitz kennethreitz deleted the makedirs branch December 11, 2017 20:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants