Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 10, 2024
1 parent 96bf2a7 commit 52495f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions meltano/edk/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ def run(
to override these you're likely better served using `subprocess.run` directly.
Lastly note that this method is blocking AND `subprocess.run` is called with
`check=True` and `raise_error=True`. This means that if the subprocess
`check=True` and `raise_error=True`. This means that if the subprocess
fails a `CalledProcessError` will be raised.
Args:
*args: The arguments to pass to the subprocess.
stdout: The stdout stream to use.
stderr: The stderr stream to use.
text: If true, decode stdin, stdout and stderr using the system default.
raise_error: If true, decode stdin, stdout and stderr using the
raise_error: If true, decode stdin, stdout and stderr using the
system default.
**kwargs: Additional keyword arguments to pass to subprocess.run.
Expand Down Expand Up @@ -175,7 +175,7 @@ def run_and_log(
Args:
sub_command: The subcommand to run.
raise_error: If True (default), raises a CalledProcessError if
raise_error: If True (default), raises a CalledProcessError if
the subprocess fails.
*args: The arguments to pass to the subprocess.
Expand Down

0 comments on commit 52495f8

Please sign in to comment.