Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMansolino committed Apr 23, 2020
1 parent 4dac5be commit f0332db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sources/generate_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def github_api(request):
if not target_branch and j['total_count'] == 0:
# if no PR is associated with this commit, create an empty modified_files.txt to disable the tests
open(filename, 'w').close()
sys.stderr.write('No PR open yet!')
sys.stderr.write('No PR open yet!test')
else:
if not target_branch:
url = j['items'][0]['pull_request']['url']
Expand Down

0 comments on commit f0332db

Please sign in to comment.