You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
I haven't had time to dig into why, but when using
client.folder("/Shared/Temp/").create(ignore_if_exists=True)
An AttributeError or egnyte.exc.RequestError is thrown if the folder exists already.
From a quick glimpse it looks like the error is caused by this line not properly checking if the error that should be ignored is present in the request result:
I haven't had time to dig into why, but when using
client.folder("/Shared/Temp/").create(ignore_if_exists=True)
An
AttributeError
oregnyte.exc.RequestError
is thrown if the folder exists already.From a quick glimpse it looks like the error is caused by this line not properly checking if the error that should be ignored is present in the request result:
python-egnyte/egnyte/exc.py
Line 174 in 68815e9
The text was updated successfully, but these errors were encountered: