Skip to content

Commit c8f793d

Browse files
committed
Update search_command.py
1 parent 0003f65 commit c8f793d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/searchcommands/search_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def add_field(self, current_record, field_name, field_value):
179179

180180
def gen_record(self, **record):
181181
self._record_writer.custom_fields |= record.keys()
182-
return {**record}
182+
return record
183183

184184
record = Option(doc='''
185185
**Syntax: record=<bool>

0 commit comments

Comments
 (0)