Skip to content

Commit

Permalink
Update project.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Jan 22, 2021
1 parent 98bc2fe commit bb9e58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def update_labels(cls, value, labels):

def raise_errors(errors):
"""
Raise multiple errors as ProjectError.
Raise a dict with error messages as values as a single ProjectError.
"""
if len(errors):
combined_errors = '\n'.join([
Expand Down

0 comments on commit bb9e58a

Please sign in to comment.