diff --git a/sdcclient/monitor/dashboard_converters/_dashboard_scope.py b/sdcclient/monitor/dashboard_converters/_dashboard_scope.py index f35e2703..6bb57f86 100644 --- a/sdcclient/monitor/dashboard_converters/_dashboard_scope.py +++ b/sdcclient/monitor/dashboard_converters/_dashboard_scope.py @@ -5,7 +5,7 @@ def convert_scope_string_to_expression(scope=None): if scope is None or not scope: return [True, []] - _SCOPE_GRAMMAR = """ + _SCOPE_GRAMMAR = r""" @@grammar::CALC start = expression $ ;