Uh oh!
There was an error while loading. Please reload this page.
remove arguments from the path to check file existence - #20
Conversation
annaborn
commented
Nov 4, 2021
@maltewi |
maltewi
commented
Nov 4, 2021
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 |
maltewi
commented
Nov 5, 2021
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.