Skip to content

Commit

Permalink
Merge pull request #7 from ghostbsd/fix-bectl
Browse files Browse the repository at this point in the history
Fixed mount_be stdout.
  • Loading branch information
ericbsd authored Jul 26, 2024
2 parents 7bbc975 + 537db26 commit 1c6ccc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bectl.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def mount_be(be_name: str, path: str = None) -> str:
cmd_list.append(path) if path else None
bectl_process = run(
cmd_list,
stdout=PIPE,
universal_newlines=True,
encoding='utf-8'
)
Expand Down

0 comments on commit 1c6ccc2

Please sign in to comment.