Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viniroger/81c4c8836831e8f41a77f488dab2e2fe to your computer and use it in GitHub Desktop.
Save viniroger/81c4c8836831e8f41a77f488dab2e2fe to your computer and use it in GitHub Desktop.
Check if directory exists, if not, create
input = "NAME_DIR"; os.makedirs(input, exist_ok=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment