pyinfra turns Python code into shell commands and runs them on your servers. Execute ad-hoc commands and write declarative operations. Target SSH servers, local machine and Docker containers. Fast and scales from one server to thousands.
A small fix that allows for using the "get" operator on files with different encoding than utf8, which currently results in a UnicodeDecodeError. This fix should allow the get operation to be more encoding-agnostic.
There is an example project in #1208 that demonstrates the currently broken behavior.
A small fix that allows for using the "get" operator on files with different encoding than utf8, which currently results in a UnicodeDecodeError. This fix should allow the get operation to be more encoding-agnostic.
There is an example project in #1208 that demonstrates the currently broken behavior.