Skip to content

Commit

Permalink
Fix the black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b authored Feb 7, 2023
1 parent fbcf61e commit 3b47875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/plugins/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ def run_cmd(command: Union[list, str]) -> subprocess.Popen:
stderr=subprocess.STDOUT,
universal_newlines=True,
) as process:

for combined_output in process.stdout:
# TODO: parse output for secrets
# TODO: specify plugin and output tight output (no extra newlines)
Expand Down

0 comments on commit 3b47875

Please sign in to comment.