mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
validate:launcher: Do not user python 3.5 features
This commit is contained in:
parent
1294cb7b9b
commit
f7517e503c
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ def check_bugs_resolution(bugs_definitions):
|
|||
project_id = components[0] + '%2F' + components[1]
|
||||
issue_id = components[3]
|
||||
|
||||
gitlab_url: str = "https://%s/api/v4/projects/%s/issues/%s" % (url.hostname, project_id, issue_id)
|
||||
gitlab_url = "https://%s/api/v4/projects/%s/issues/%s" % (url.hostname, project_id, issue_id)
|
||||
if gitlab_url in ALL_GITLAB_ISSUES:
|
||||
continue
|
||||
gitlab_issues[gitlab_url].append(regex)
|
||||
|
|
Loading…
Reference in a new issue