Skip to content

Commit

Permalink
Use the get text funciton.
Browse files Browse the repository at this point in the history
  • Loading branch information
allenh1 committed Feb 6, 2018
1 parent 4758867 commit 7251738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superflore/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def load_pr():

def file_pr(overlay, delta, missing_deps, comment):
try:
msg = get_pr_text(comment)
overlay.pull_request('%s\n%s\n%s' % (msg, delta, missing_deps))
except Exception as e:
err(
Expand Down

0 comments on commit 7251738

Please sign in to comment.