I'm trying to write a python script which will (based on given parameter) change current directory. Problem I'm facing, my script is changing directory while script is running. However once script is done it's jumping back to the directory in which I were before starting the script.
Is there any Python solution to my problem please?