Skip to content

Commit 4836330

Browse files
committed
Reword message if plugin returns incorrect result
1 parent ae01ee4 commit 4836330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_rhino/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def _run_post_execution_steps(steps_generator):
144144
all_steps_succeeded = False
145145
print(' {} {}: {}'.format(package.ljust(20), status, message))
146146
except ValueError:
147-
post_execution_errors.append(ValueError('Step successful, but result is wrongly formatted: {}'.format(str(item))))
147+
post_execution_errors.append(ValueError('Step ran without errors but result is wrongly formatted: {}'.format(str(item))))
148148

149149
if post_execution_errors:
150150
print()

0 commit comments

Comments
 (0)