-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
0.13.1enhancementNew feature or requestNew feature or requestprio 2ready for verifyingsuccessfully tested
Milestone
Description
Hi Son,
please avoid such manual line breaks:
raise Exception(f"\n{str(error)} in line: '{line}'")
Because the output is:
Error: '
No closing quotation in line: ' "param" : ${'}''!
But expected is:
Error: 'No closing quotation in line: ' "param" : ${'}''!
What is the reason for this type cast: str(error) ?
My understanding is that already f"{...}" does the job.
Metadata
Metadata
Assignees
Labels
0.13.1enhancementNew feature or requestNew feature or requestprio 2ready for verifyingsuccessfully tested
Projects
Status
Done