Skip to content
Snippets Groups Projects
Commit ef6abbb6 authored by Ralf Jung's avatar Ralf Jung
Browse files

fix gitlab-extract

parent 490169e2
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ if args.commits is None:
last_result = last(parse_log.parse(open(args.file, "r"), parse_times = False))
args.commits = "{}..origin/master".format(last_result.commit)
projects = req("projects")
projects = req("projects?per_page=512")
project = first(filter(lambda p: p['path_with_namespace'] == args.project, projects.json()))
if project is None:
sys.stderr.write("Project not found.\n")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment