All Questions
1 question
1
vote
2
answers
655
views
How to call .py on all xml files?
I'm calling a .py inside a python script to read .xml files. My code looks like this :
import os
import sys
import subprocess
subprocess.call(["python", "/home/sky/DBT/test.py", "--host=PC", "--file=/...