Skip to content

Commit d416331

Browse files
committed
fix: improve error messages
1 parent fea03bb commit d416331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ def run(self):
3838
self.output("Your second input was: " + self.secondInput)
3939
except Exception as error:
4040
self.output(
41-
f"An unexpected error occurred: {f'{error}'.split(';')[0][9:]}",
41+
f"An unexpected error occurred: {error}",
4242
LogLevel.ERROR,
4343
)

0 commit comments

Comments
 (0)