We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf1b96 commit 0653da1Copy full SHA for 0653da1
sdcclient/monitor/dashboard_converters/_dashboard_scope.py
@@ -32,7 +32,7 @@ def convert_scope_string_to_expression(scope = None):
32
| 'in'
33
;
34
35
- operand = /[\w\.]+/ ;
+ operand = /[[a-zA-Z0-9_-]\.]+/ ;
36
37
multiple_value
38
=
0 commit comments