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

Windows network path like (\\host\prd\OPFP-PRD\TM1Applications\OPFP-PRD\Data\) cannot be passed as the parameter to TI through RushTi script #33

Closed
4rtem opened this issue Mar 11, 2021 · 2 comments

Comments

@4rtem
Copy link
Contributor

4rtem commented Mar 11, 2021

The problem is related to shlex.split(line) which is decomposing backslash "" symbol as ESC sequence.
I was able to resolve this only by replacing "" by "/". As our script is generated via TI I needed to write a code replacing backslashes in TI code.

@MariusWirtz
Copy link
Collaborator

Hi @4rtem,

if you just escape every \ with an additional \ before you pass it to rushti, does it work?
is that an acceptable solution?

@MariusWirtz MariusWirtz reopened this May 4, 2021
@4rtem
Copy link
Contributor Author

4rtem commented May 6, 2021

@MariusWirtz , I have tested, all works good in the updated script with backslashes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants