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

[TVMC] Fix to check whether a path passed to --target is strictly a file #7663

Merged
merged 1 commit into from
Mar 15, 2021
Merged

[TVMC] Fix to check whether a path passed to --target is strictly a file #7663

merged 1 commit into from
Mar 15, 2021

Commits on Mar 15, 2021

  1. [TVMC] Fix to check whether a path passed to --target is strictly a file

     * When we use file with --target, the validation in place was only
       checking whether it was a valid path. For the case in which the
       path is a directory, it causes a crash when tvmc then tries to
       open the path.
     * This fix moved the check to be strictly for files, not only a valid
       path
    leandron committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    a59be20 View commit details
    Browse the repository at this point in the history