Skip to content

Commit

Permalink
Re-disable subprocess-popen-preexec-fn for local lint success
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo committed Mar 25, 2024
1 parent ad8258d commit 66beee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esrally/utils/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def run_subprocess_with_logging(command_line, header=None, level=logging.INFO, s
if header is not None:
logger.info(header)

# pylint: disable=subprocess-popen-preexec-fn
with subprocess.Popen(
command_line_args,
stdout=subprocess.PIPE,
Expand Down

0 comments on commit 66beee7

Please sign in to comment.