One gotcha that you need to be aware is that you changing the current directory will not have any effect, since system commands are executed in a separate process. You will need to use os.chdir for the change to take effect.
A nice twist about this feature, is that if you use an SSH Engine you can issue system commands to the remote server:
No comments:
Post a Comment