From 0e776fa68005da2df767da57a744a669bc07ce0e Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 23 Apr 2019 14:27:23 -0400 Subject: Fix syntax error in gitsrht/submit.py --- gitsrht/submit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitsrht/submit.py b/gitsrht/submit.py index 3b12452..2b7b9c6 100644 --- a/gitsrht/submit.py +++ b/gitsrht/submit.py @@ -130,7 +130,7 @@ def do_post_update(repo, refs): "name": ref, "old": commit_to_dict(old) if old else None, "new": commit_to_dict(new), - } + }) payload["refs"].append(update) try: -- cgit v1.2.3