python set cwd to file location

38

change directory in python script -

os.chdir(os.path.dirname(__file__))

Comments

Submit
0 Comments