Skip to content

Commit 108197d

Browse files
authored
Merge pull request #108 from jelu/influx-fix-quoting
Influx quoting
2 parents 9017243 + 75c7fc1 commit 108197d

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)