Update changelog/4583.bugfix.rst

Co-Authored-By: Ran Benita <ran@unusedvar.com>
This commit is contained in:
Simon K 2020-04-13 14:29:59 +01:00 committed by GitHub
parent 251e8f212e
commit 6fd30134d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
Prevent crashing and provide user friendly error(s) when marker expressions (-m) invoking of eval() raises a SyntaxError or TypeError
Prevent crashing and provide a user-friendly error when a marker expression (-m) invoking of eval() raises any exception.