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
I am trying to use the githubpy library in my setup. My requirement is to update multiple different files in the repo. The request to update the files in git happens almost at the same time.
Sample code is like below. This is called with different file names from different places.
Hi,
githubpy is only a wrapper for the REST APIs. You can use GitHub(access_token='xxx', debug=True) to log and execute the curl command manually. If curl failed then there is something wrong with the args.
I am trying to use the githubpy library in my setup. My requirement is to update multiple different files in the repo. The request to update the files in git happens almost at the same time.
Sample code is like below. This is called with different file names from different places.
The first file update is successful but the subsequent file updated fail.
With this we always get the error. Error 409: Conflict
May i know is there a limitation on the githubpy library in doing this operation ?
The text was updated successfully, but these errors were encountered: