Skip to content

Commit

Permalink
adding back sys
Browse files Browse the repository at this point in the history
  • Loading branch information
Glauche, Daniel committed Aug 9, 2023
1 parent 8193631 commit c1aa52e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/notableeditor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import concurrent.futures
import re
import json
import os
import os, sys

sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "lib"))
from splunklib.searchcommands import dispatch, ReportingCommand, Configuration, Option
Expand Down Expand Up @@ -253,4 +253,4 @@ def reduce(self, records):
raise Exception('One of your events has a notable_edit_.* field which is not allowed in batch mode')


dispatch(EditNotablesCommand, sys.argv, sys.stdin, sys.stdout, __name__)
dispatch(EditNotablesCommand, sys.argv, sys.stdin, sys.stdout, __name__)

0 comments on commit c1aa52e

Please sign in to comment.