Skip to content

Commit a629ed3

Browse files
committed
Mention rex Splunk command in CSV Error
1 parent 8ac2a19 commit a629ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/decrypt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def stream(self, records):
4141
yield record
4242
except csv.Error:
4343
raise csv.Error('Splunk record contained NUL. '
44-
'Use eval/replace or sed beforehand to work around, '
44+
'Use eval/replace or rex/sed beforehand to work around, '
4545
'or use the decrypt/escape function in the previous command.'
4646
' (fixed in Python 3.11)')
4747

0 commit comments

Comments
 (0)