Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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=/...
M-M's user avatar
  • 450