Skip to content

Commit 114f2e8

Browse files
vmalaviya-splunkakaila-splunk
authored andcommitted
Update search_command.py
1 parent 35a8ff1 commit 114f2e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

splunklib/searchcommands/search_command.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def logging_level(self, value):
176176
def add_field(self, current_record, field_name, field_value):
177177
self._record_writer.custom_fields.add(field_name)
178178
current_record[field_name] = field_value
179-
return current_record
180179

181180
record = Option(doc='''
182181
**Syntax: record=<bool>

0 commit comments

Comments
 (0)