Skip to content

Commit

Permalink
Merge pull request #572 from mariapoveda/master
Browse files Browse the repository at this point in the history
fix #391
  • Loading branch information
ahmad88me committed Jun 1, 2021
2 parents 1c81476 + 92fe3b7 commit 04a715e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OnToology/autoncore.py
Expand Up @@ -309,8 +309,8 @@ def git_magic(target_repo, user, changed_filesss, branch, raise_exp=False):
print("exception: " + str(e))
traceback.print_exc()
exception_if_exists = str(e)
dolog('failed to create pull request: ' + exception_if_exists)
drepo.notes = 'failed to create a pull request'
dolog('We have not been able to create the pull request. Please contact us to analyze the issue. ' + exception_if_exists)
drepo.notes = 'We have not been able to create the pull request. Please contact us to analyze the issue.'
drepo.progress = 100
drepo.state = 'Ready'
drepo.save()
Expand Down

0 comments on commit 04a715e

Please sign in to comment.