Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #284. Add UTF-8 encoding to subprocess.run in run_command
Explicitly set the encoding to "utf-8" in the subprocess.run call to ensure consistent handling of command output. This prevents potential encoding-related issues when processing command results.
- Loading branch information