We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac2a19 commit a629ed3Copy full SHA for a629ed3
bin/decrypt.py
@@ -41,7 +41,7 @@ def stream(self, records):
41
yield record
42
except csv.Error:
43
raise csv.Error('Splunk record contained NUL. '
44
- 'Use eval/replace or sed beforehand to work around, '
+ 'Use eval/replace or rex/sed beforehand to work around, '
45
'or use the decrypt/escape function in the previous command.'
46
' (fixed in Python 3.11)')
47
0 commit comments