From 6fd30134d323919ed38c8c9fe0785f7d9e0779ca Mon Sep 17 00:00:00 2001 From: Simon K Date: Mon, 13 Apr 2020 14:29:59 +0100 Subject: [PATCH] Update changelog/4583.bugfix.rst Co-Authored-By: Ran Benita --- changelog/4583.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/4583.bugfix.rst b/changelog/4583.bugfix.rst index 64a680f14..f0a820303 100644 --- a/changelog/4583.bugfix.rst +++ b/changelog/4583.bugfix.rst @@ -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.