Skip to content

Conversation

CJ-Wright
Copy link
Member

api calls

@CJ-Wright CJ-Wright self-assigned this Feb 25, 2018
01-make_graph.py Outdated
raise github3.GitHubError(r)
meta_yaml = r.json()['content']
if meta_yaml:
text = codecs.decode(b64decode(meta_yaml.content))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meta.yaml is just a string now, so should just be text = codecs.decode(b64decode(meta_yaml))

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@CJ-Wright CJ-Wright merged commit af6c4fa into regro:master Feb 25, 2018
@CJ-Wright CJ-Wright deleted the requests-01 branch February 25, 2018 02:35
ytausch referenced this pull request in ytausch/cf-scripts Nov 30, 2024
Co-authored-by: Pavel Zwerschke <pavelzw@gmail.com>
ytausch referenced this pull request in ytausch/cf-scripts Nov 30, 2024
Co-authored-by: Pavel Zwerschke <pavelzw@gmail.com>
ytausch referenced this pull request in ytausch/cf-scripts Dec 2, 2024
Co-authored-by: Pavel Zwerschke <pavelzw@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants