We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea03bb commit d416331Copy full SHA for d416331
1 file changed
src/services/example.py
@@ -38,6 +38,6 @@ def run(self):
38
self.output("Your second input was: " + self.secondInput)
39
except Exception as error:
40
self.output(
41
- f"An unexpected error occurred: {f'{error}'.split(';')[0][9:]}",
+ f"An unexpected error occurred: {error}",
42
LogLevel.ERROR,
43
)
0 commit comments