Select to view content in your preferred language

MDCS removing $ in file

453
1
Jump to solution
4 weeks ago
Labels (2)
JamesHead-Mears1
Occasional Contributor

I have a completed MDCS XML file that I am looking to run. However, I have run into an issue running this script as the filepath to the imagery has a $ in the pathname. I've noticed that any of these figures in the XML file are removed during runtime. 

I couldn't see anything in the documentation about how the running code deals with this symbol outside of it using it to mark an internal variable as eg: $(variable)$.

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
JamesHead-Mears1
Occasional Contributor

MDCS utilises an underlying powershell to run python.exe. Powershell uses $ as a parameter input as such it requires the following to bypass it:

$$$

 

View solution in original post

0 Kudos
1 Reply
JamesHead-Mears1
Occasional Contributor

MDCS utilises an underlying powershell to run python.exe. Powershell uses $ as a parameter input as such it requires the following to bypass it:

$$$

 

0 Kudos