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 0349f08 commit b9b21eaCopy full SHA for b9b21ea
python/rcdb/provider.py
@@ -44,7 +44,7 @@ class RCDBProvider(object):
44
45
def __init__(self, connection_string=None, user_name="", check_version=True):
46
self._is_connected = False
47
- self.path_name_regex = re.compile('^[\w\-_]+$', re.IGNORECASE)
+ self.path_name_regex = re.compile(r'^[\w\-_]+$', re.IGNORECASE)
48
self._connection_string = ""
49
self.logging_enabled = True
50
self.engine = None
0 commit comments