Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

CLI should create the output folder if it doesn't exist #8

Open
BBaoVanC opened this issue Mar 13, 2020 · 0 comments
Open

CLI should create the output folder if it doesn't exist #8

BBaoVanC opened this issue Mar 13, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@BBaoVanC
Copy link
Owner

Currently it throws an error:

Traceback (most recent call last):
  File "namegen.py", line 102, in <module>
    file = open(args["file"], "w+")  # open the file in overwrite mode (w+)
FileNotFoundError: [Errno 2] No such file or directory: 'folder/test.txt'
@BBaoVanC BBaoVanC added the enhancement New feature or request label Mar 14, 2020
@BBaoVanC BBaoVanC added this to the v2.6 milestone Mar 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant