remove arguments from the path to check file existence#20
remove arguments from the path to check file existence#20annaborn wants to merge 2 commits intorock-cpp:masterfrom
Conversation
|
@maltewi |
|
can you briefly describe what the problem of the current implementation or the not-covered use case is, that the patch now implements/fixes? |
|
the problem occurres, if the file path contains argument (e.g. if we want to call some script with arguments) i am not sure, if I have to add similar check to other findFileByName functions |
|
I still don't understand what you mean. What is a file path with arguments? Can you give an example? |
|
Due to the check by findFileByName, we got an error in xec program. In xec programm we call ruby script and pass the argument --head with it.
|
No description provided.