Skip to content

Commit 75c7fc1

Browse files
committed
Influx quoting
- `output/influxdb`: Fix quoting the quote character
1 parent 9017243 commit 75c7fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc_datatool/output/influxdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from dsc_datatool import Output, args, encoding
1515

1616

17-
_re = re.compile(r'([,=\s])')
17+
_re = re.compile(r'([,=\\\s])')
1818

1919

2020
def _key(key):

0 commit comments

Comments
 (0)