Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error message when target directory of --sprite-input and/or --sprite-output is not exist. #79

Closed
naogify opened this issue Dec 9, 2021 · 0 comments · Fixed by #106
Labels
Priority: Low The issue has low priority

Comments

@naogify
Copy link
Contributor

naogify commented Dec 9, 2021

Describe the bug

When I run charites build style.yml style.json --sprite-input noExistDir --sprite-output noExistDir, I don't get any error message even if the directory specified in the --sprite-input and/or --sprite-output is missing.

To Reproduce

In the example below, noExistDir is a directory that does not exist.

charites build style.yml style.json --sprite-input icons --sprite-output noExistDir
charites build style.yml style.json --sprite-input icons --sprite-output noExistDir

Expected behavior

It should show error message.

Screenshots

Charites Version:

  • Charites version: 0.1.3 (It is on main branch)

Desktop (please complete the following information):

  • OS: Mac
@naogify naogify added the Priority: Low The issue has low priority label Dec 9, 2021
@naogify naogify changed the title Add error message when target directory of --sprite-input or/and --sprite-output is not exist. Add error message when target directory of --sprite-input and/or --sprite-output is not exist. Dec 9, 2021
@naogify naogify linked a pull request Mar 22, 2022 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low The issue has low priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant