Skip to content

Commit

Permalink
Fixed mount_be stdout.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbsd committed Jul 26, 2024
1 parent 7bbc975 commit 537db26
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 537db26

Please sign in to comment.