I want to pass the "ref" variable while running the old.py in my python script. How can I do it?
ref = true
os.system('old.py -setting + ref') ???? (its not correct)
what is best way to pass the ref
variable while running old.py
inside main python script?
Thanks.