We were using a Windows CI that had a temp directory about 70 characters long. Our folder src paths were long.. The final output was long. We were over 250 characters but only received "The syntax of the command is incorrect." Turns out modular was breaking the path length limit given the temp directory and src file length. Anyways...Not sure there is anything can be done to allow longer commands in modular?
We were using a Windows CI that had a temp directory about 70 characters long. Our folder src paths were long.. The final output was long. We were over 250 characters but only received "The syntax of the command is incorrect." Turns out modular was breaking the path length limit given the temp directory and src file length. Anyways...Not sure there is anything can be done to allow longer commands in modular?