Skip to content

Commit

Permalink
stay the same as github
Browse files Browse the repository at this point in the history
  • Loading branch information
yangl1996 committed Jun 14, 2015
1 parent 1020063 commit e083369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def do_POST(self):
pagure_title = '[' + str(info['id']) + ']: ' + info['title'] + ' by ' + info['creator']
# TODO: now containing all the metadata in the title, should use a more elegant solution
if info['content'] == '':
info['content'] = "*Not specified*"
info['content'] = "*No description provided.*"
pagure_payload = {'title': pagure_title, 'issue_content': info['content'],
'status': "Open"}
pagure_URL = "https://pagure.io/api/0/" + pagureRepo + "/new_issue"
Expand Down

0 comments on commit e083369

Please sign in to comment.