Skip to content
Snippets Groups Projects
Commit 3567097e authored by Sam Roberts's avatar Sam Roberts
Browse files

fix a problem with escaping

parent 1d730f47
Branches
Tags
No related merge requests found
...@@ -186,7 +186,7 @@ CONFIG_SCHEMA = { ...@@ -186,7 +186,7 @@ CONFIG_SCHEMA = {
'nren-asn-map': { 'nren-asn-map': {
'type': 'object', 'type': 'object',
'patternProperties': { 'patternProperties': {
'^\d+$': {'type': 'string'} r'^\d+$': {'type': 'string'}
} }
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment