Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix curses.setupterm() error in pause module #47851

Merged
merged 2 commits into from Jun 29, 2020
Merged

Commits on Oct 31, 2018

  1. [Bugfix] curses.setupterm() error

    When run playbook in celery task, curses.setupterm()  will be failed
    
    ```
      File "<frozen importlib._bootstrap>", line 675, in _load
      File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
      File "<frozen importlib._bootstrap_external>", line 678, in exec_module
      File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
      File "/Users/guang/.virtualenvs/ansible/lib/python3.6/site-packages/ansible/plugins/action/pause.py", line 45, in <module>
        curses.setupterm()
    TypeError: argument must be an int, or have a fileno() method.
    
    ```
    ibuler committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    ea63279 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Add changelog

    samdoran committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    d8abaee View commit details
    Browse the repository at this point in the history