Skip to content

Commit

Permalink
add a space in script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackie Kay committed Mar 23, 2016
1 parent c7383e7 commit f4351f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_blocking_repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def is_released(repo, dist_file):
unblocked_blocking_repos)

if len(blocked_repos.keys()) > 0:
print('The following repos cannot be released because of unreleased'
print('The following repos cannot be released because of unreleased '
'dependencies:')
for blocked_repo_name in sorted(blocked_repos.keys()):
unreleased_repos = blocked_repos[blocked_repo_name]
Expand Down

0 comments on commit f4351f1

Please sign in to comment.