Skip to content

Commit 5bb6cee

Browse files
author
sezanzeb
committed
Update project.py
Signed-off-by: tobiasb <tobias.brigl@voltstorage.com> Signed-off-by: sezanzeb <proxima@hip70890b.de>
1 parent 75ad402 commit 5bb6cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def update_labels(cls, value, labels):
6767

6868
def raise_errors(errors):
6969
"""
70-
Raise multiple errors as ProjectError.
70+
Raise a dict with error messages as values as a single ProjectError.
7171
"""
7272
if len(errors):
7373
combined_errors = '\n'.join([

0 commit comments

Comments
 (0)