Skip to content

Commit d585269

Browse files
Update search_command.py
1 parent 89aa93d commit d585269

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
@@ -1072,7 +1072,7 @@ def iteritems(self):
10721072
SearchMetric = namedtuple('SearchMetric', ('elapsed_seconds', 'invocation_count', 'input_count', 'output_count'))
10731073

10741074

1075-
def dispatch(command_class, argv=sys.argv, input_file=sys.stdin, output_file=sys.stdout, module_name=None, allow_empty_list = False):
1075+
def dispatch(command_class, argv=sys.argv, input_file=sys.stdin, output_file=sys.stdout, module_name=None, allow_empty_list=False):
10761076
""" Instantiates and executes a search command class
10771077
10781078
This function implements a `conditional script stanza <https://docs.python.org/2/library/__main__.html>`_ based on the value of

0 commit comments

Comments
 (0)