From 04671b2b443149a926a4601e84a90c559b1e3dc9 Mon Sep 17 00:00:00 2001 From: Farhaan Bukhsh Date: Aug 09 2016 20:58:07 +0000 Subject: Fix typos in lib_ci.py --- diff --git a/pagure/lib/lib_ci.py b/pagure/lib/lib_ci.py index 14afc9f..5eb8b05 100644 --- a/pagure/lib/lib_ci.py +++ b/pagure/lib/lib_ci.py @@ -88,7 +88,7 @@ def process_jenkins_build(session, project, build_id, requestfolder): comment=comment, url=url, uid=None, - user=repo.user.username, + user=project.user.username, requestfolder=requestfolder, ) - SESSION.commit() + session.commit()