Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Into-cps
github-into-cps
weekly-issues-fetcher
Commits
736b1658
Commit
736b1658
authored
Jun 01, 2016
by
Kenneth Guldbrandt Lausdahl
Browse files
added subheadings to script
parent
4a0af94f
Changes
1
Hide whitespace changes
Inline
Side-by-side
fetch-issues.py
View file @
736b1658
...
...
@@ -174,6 +174,7 @@ def main():
for
tracker
in
sorted
(
issue_trackers
,
key
=
lambda
tracker
:
tracker
.
project
):
print
(
"### {}"
.
format
(
tracker
.
project
))
f
.
write
(
"
\n
### {}
\n\n
"
.
format
(
tracker
.
project
))
for
issue
in
tracker
.
parser
(
requests
.
get
(
tracker
.
url
,
headers
=
tracker
.
headers
).
text
,
tracker
.
ticket_base_url
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment