[infra] Fix relative paths in nnas, nncc and nnfw scripts#16251
Merged
jinevening merged 1 commit intoSamsung:masterfrom Nov 2, 2025
Merged
[infra] Fix relative paths in nnas, nncc and nnfw scripts#16251jinevening merged 1 commit intoSamsung:masterfrom
jinevening merged 1 commit intoSamsung:masterfrom
Conversation
seanshpark
reviewed
Oct 28, 2025
Contributor
why do you run the script outside of the folder? |
Contributor
Author
Sometimes it's easier for me to rebuild something without changing current directory, e.g. I'm in $ ../nnfw
Usage: ../nnfw [COMMAND] ...
Command:
*So, this PR is a general fix for nn* scripts to address that. |
This commit fixes the problem where it is not possible to use the nn* scripts outside of the project's root directory. ONE-DCO-1.0-Signed-off-by: Arkadiusz Bokowy <a.bokowy@samsung.com>
721d5ca to
0505d1f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit fixes the problem where it is not possible to use the nn* scripts outside of the project's root directory.
Testing
Verified locally that now it is possible to list and run commands when outside of the repo dir:
ONE-DCO-1.0-Signed-off-by: Arkadiusz Bokowy a.bokowy@samsung.com