Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed Aug 22, 2017
1 parent 0552fb1 commit daf0f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundlewrap/deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def add_dep(item, dep):
depending_item = items[depending_item_id]
except KeyError:
raise ItemDependencyError(_(
"'{item}' in bundle '{bundle}' has a reverse dependency (needed_by)"
"'{item}' in bundle '{bundle}' has a reverse dependency (needed_by) "
"on '{dep}', which doesn't exist"
).format(
item=item.id,
Expand Down

0 comments on commit daf0f3a

Please sign in to comment.