Matt Wheeler wrote:
My best guess is some of your code which you haven't shown us is calling
`os.chdir()` and then you're not moving back.
When I encounter this problem I usually mitigate it using a context manager
Or avoid using chdir at all, and use full pathnames to refer
to things in other
On Fri, Jun 16, 2017, 23:32 Frank Pinto wrote:
> I'm building an app that needs to do the following things: a) checks a
> Google Sheet for email and name of a client, b) logs into a dropbox account
> and downloads some files (only those files with the name from the google
> sheet), c) does some w
Hello,
I'm building an app that needs to do the following things: a) checks a
Google Sheet for email and name of a client, b) logs into a dropbox account
and downloads some files (only those files with the name from the google
sheet), c) does some work on the files d) sends the new files to the
cl