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

Issue: Does not support fully qualified path. #3

Closed
liutng opened this issue Sep 15, 2022 · 1 comment
Closed

Issue: Does not support fully qualified path. #3

liutng opened this issue Sep 15, 2022 · 1 comment

Comments

@liutng
Copy link
Contributor

liutng commented Sep 15, 2022

Issue

Program prompts "File or directory dosen't exsit (make sure file extension is included)" when fully qualified path(absolute path) is passed as the argument of --input.

Fix

Add fully qualified path support.

@P-DR0ZD
Copy link
Owner

P-DR0ZD commented Sep 15, 2022

I fixed this issue by first checking if the passed argument is an absolute path or not if it isn't then I make it an absolute path and then use it

@P-DR0ZD P-DR0ZD closed this as completed Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants