Skip to content

Commit

Permalink
Minor tweak to migrated comment header.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschnur committed Sep 27, 2012
1 parent f7bdd80 commit af4b192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrateissues.py
Expand Up @@ -174,7 +174,7 @@ def add_comment_to_github(comment, github_issue):
date = parse_gcode_date(comment.published.text)
content = comment.content.text

body = github_escape("_From %s on %s:_\n%s" % (author, date, content))
body = github_escape("_From %s on %s_\n%s" % (author, date, content))

logging.info("Adding comment %s", gid)

Expand Down

0 comments on commit af4b192

Please sign in to comment.