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
5c1af2fc
Commit
5c1af2fc
authored
Jan 26, 2017
by
Kenneth Lausdahl
Committed by
GitHub
Jan 26, 2017
Browse files
Update fetch-issues.py
parent
c63d72f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
fetch-issues.py
View file @
5c1af2fc
...
...
@@ -117,13 +117,13 @@ issue_trackers = [
headers
=
get_github_header
(),
ticket_base_url
=
"https://github.com/overturetool/overture-fmu/issues"
,
# noqa
),
IssueTracker
(
parser
=
github_parser
,
project
=
"20-sim FMU Export"
,
url
=
"https://api.github.com/repos/controllab/fmi-export-20sim/issues?state=open"
,
# noqa
headers
=
get_github_header
(),
ticket_base_url
=
"https://github.com/controllab/fmi-export-20sim/issues"
,
# noqa
),
#
IssueTracker(
#
parser=github_parser,
#
project="20-sim FMU Export",
#
url="https://api.github.com/repos/controllab/fmi-export-20sim/issues?state=open", # noqa
#
headers=get_github_header(),
#
ticket_base_url="https://github.com/controllab/fmi-export-20sim/issues", # noqa
#
),
IssueTracker
(
parser
=
github_parser
,
...
...
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