9326c27dce3c — Gustavo Andres Morero 9 years ago
solving syntax error.
1 files changed, 1 insertions(+), 1 deletions(-)

M trello_broker/utils.py
M trello_broker/utils.py +1 -1
@@ 42,7 42,7 @@ def process_commits(repo, json_data):
             'author_full': commit['raw_author'],
             'changeset': commit['node'],
             'changeset_full': commit['raw_node'],
-            'commit_url': urljoin(base_commit_url, commit['raw_node'])
+            'commit_url': urljoin(base_commit_url, commit['raw_node']),
             'commit_message': msg,
         }