We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae01ee4 commit 4836330Copy full SHA for 4836330
src/compas_rhino/install.py
@@ -144,7 +144,7 @@ def _run_post_execution_steps(steps_generator):
144
all_steps_succeeded = False
145
print(' {} {}: {}'.format(package.ljust(20), status, message))
146
except ValueError:
147
- post_execution_errors.append(ValueError('Step successful, but result is wrongly formatted: {}'.format(str(item))))
+ post_execution_errors.append(ValueError('Step ran without errors but result is wrongly formatted: {}'.format(str(item))))
148
149
if post_execution_errors:
150
print()
0 commit comments