pull-requests: fixed creation of pr after new serialized commits data.

This commit is contained in:
Marcin Kuzminski 2020-10-09 09:39:27 +02:00
parent 2b3b3aa5a7
commit b5f86e3b64
2 changed files with 6 additions and 2 deletions

View file

@ -167,6 +167,8 @@ def get_diff_info(
author=commit.author,
date=commit.date,
message=commit.message,
commit_id=commit.raw_id,
raw_id=commit.raw_id
)
commits.append(serialized_commit)
user = User.get_from_cs_author(serialized_commit['author'])