Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d192ab85 authored by Chris123NT's avatar Chris123NT Committed by Michael Bestas
Browse files

Fix Repopick Errors

Fixes errors after the gerrit update yesterday.

Change-Id: Ie2a9a4371af682056acc7cdad5426e40f0f2504c
parent 752ace6e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -222,8 +222,8 @@ for change in args.change_number:
    status           = data['status']
    current_revision = data['revisions'][data['current_revision']]
    patch_number     = current_revision['_number']
    fetch_url        = current_revision['fetch']['http']['url']
    fetch_ref        = current_revision['fetch']['http']['ref']
    fetch_url        = current_revision['fetch']['anonymous http']['url']
    fetch_ref        = current_revision['fetch']['anonymous http']['ref']
    author_name      = current_revision['commit']['author']['name']
    author_email     = current_revision['commit']['author']['email']
    author_date      = current_revision['commit']['author']['date'].replace(date_fluff, '')