From 446c3d4265a2c96c12e4d988a834c25e471810e8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 20 2015 12:22:57 +0000 Subject: Fix adding a comment to a pull-request --- diff --git a/progit/lib.py b/progit/lib.py index 6effd91..9e0a308 100644 --- a/progit/lib.py +++ b/progit/lib.py @@ -421,7 +421,7 @@ def add_pull_request_comment(session, request, commit, filename, row, ) pr_comment = model.PullRequestComment( - pull_request_id=request.id, + pull_request_uid=request.uid, commit_id=commit, filename=filename, line=row,