Skip to content

Commit eb30331

Browse files
authored
Merge pull request #257 from JdeRobot/fix-error-typo
Fix typo
2 parents db5827c + ba04ce7 commit eb30331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/manager/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ def on_run_application(self, event):
705705
for error in errors:
706706
if error != "":
707707
failed_linter = True
708-
self.write_to_tool_terminal(errors + "\n\n")
708+
self.write_to_tool_terminal(error + "\n\n")
709709

710710
if failed_linter:
711711
raise Exception(errors)

0 commit comments

Comments
 (0)