Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit787c22a

Browse files
committed
Merge pull requestsigmavirus24#371 from rco-ableton/pass-through-context
Context data should be passed through to data dict
2 parents4e076f6 +fb86851 commit787c22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎github3/repos/repo.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ def create_status(self, sha, state, target_url=None, description=None,
971971
json= {}
972972
ifshaandstate:
973973
data= {'state':state,'target_url':target_url,
974-
'description':description,'context':None}
974+
'description':description,'context':context}
975975
url=self._build_url('statuses',sha,base_url=self._api)
976976
self._remove_none(data)
977977
json=self._json(self._post(url,data=data),201)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp