Pyinfra: garbage at end of deploy from windows host

Created on 28 Jan 2020  路  5Comments  路  Source: Fizzadar/pyinfra

Describe the bug
Getting some weird characters at the end of a deploy from a windows host to a linux guest. (don't think the guest really matters)

To Reproduce

  1. from windows, install pyinfra
  2. do simple deploy
  3. see output at the end

Screen Shot 2020-01-28 at 1 54 05 PM

Expected behavior
There should be no escape sequences after the end of a deploy. (works from a mac host)

Here's the output from a mac host:
Screen Shot 2020-01-28 at 2 00 15 PM

Meta

  • Include output of pyinfra --version.
    (venv) PS C:\Users\vagrant> pyinfra --version
    pyinfra: v0.13.3
  • How was pyinfra installed (source/pip)?
    pip

  • Which OS are you using (incl. version)?
    windows server 2019

  • Which Python version are you using?
    (venv) PS C:\Users\vagrant> python --version
    Python 3.7.6

(venv) PS C:\Users\vagrant> pyinfra --support
--> Support information:

More:
If you're having issues with pyinfra or wish to make feature requests, please
check out the GitHub issues at https://github.com/Fizzadar/pyinfra/issues.
When adding an issue, be sure to include the following:

System: Windows
pyinfra: v0.13.3
Executable: C:\Users\vagrant\venv\Scripts\pyinfra.exe
Python: 3.7.6 (CPython, MSC v.1916 64 bit (AMD64))
Bug

All 5 comments

Thanks!

Let me know when there is a new release and I'll re-test.

Now released in v0.13.4!

Looks really good!

Screen Shot 2020-01-30 at 9 29 39 AM

Was this page helpful?
0 / 5 - 0 ratings