Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdcclient/monitor/dashboard_converters/_dashboard_scope.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 $ ;
Expand Down
Loading