Skip to content

Commit e37fdf1

Browse files
committed
update
1 parent 21ce597 commit e37fdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/src/test-python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def run_plugin(plugin_name: str, plugin_path: str, execute_path: str) -> bool:
124124
return True
125125
else:
126126
print_section(f"{plugin['Name']} test FAILED!", "")
127-
print(f'Plugin returned a non-zero exit code: {max(exit_code, 1)}')
127+
print(f'Plugin has returned a non-zero exit code: {max(exit_code, 1)}')
128128
if stderr != "":
129129
print_section('Trace', stderr)
130130
if json_msg:

0 commit comments

Comments
 (0)