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
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ CONFIG_SCHEMA = {
'nren-asn-map': {
'type': 'object',
'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