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 NameError in pause module #42038

Merged
merged 2 commits into from
Jul 11, 2018
Merged

Fix NameError in pause module #42038

merged 2 commits into from
Jul 11, 2018

Conversation

zanglang
Copy link
Contributor

SUMMARY

This fixes #42004 by nesting the try-catch for curses.error, which would otherwise be triggered when the curses library is not installed.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

lib/ansible/plugins/action/pause.py

ANSIBLE VERSION

ansible 2.5.4

ADDITIONAL INFORMATION

See #42004

@ansibot ansibot added affects_2.7 This issue/PR affects Ansible v2.7 bug This issue/PR relates to a bug. needs_triage Needs a first human triage before being processed. support:core This issue/PR relates to code supported by the Ansible Engineering Team. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Jun 28, 2018
@samdoran samdoran self-assigned this Jun 28, 2018
@samdoran samdoran removed the needs_triage Needs a first human triage before being processed. label Jun 28, 2018
@samdoran
Copy link
Contributor

Good fix. Thanks! This is what I was going for, but evidently failed to get in right.

Could you add tests for this?

@zanglang
Copy link
Contributor Author

Sure, I'll work on this later.

@ansibot ansibot removed the needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. label Jul 3, 2018
@samdoran
Copy link
Contributor

samdoran commented Jul 6, 2018

On second thought, I don't think we need tests for this. Just a comment in the code will suffice.

@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Jul 6, 2018
@ansibot ansibot added needs_ci This PR requires CI testing to be performed. Please close and re-open this PR to trigger CI. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed needs_ci This PR requires CI testing to be performed. Please close and re-open this PR to trigger CI. stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. labels Jul 6, 2018
@samdoran samdoran merged commit 42f44b2 into ansible:devel Jul 11, 2018
samdoran pushed a commit to samdoran/ansible that referenced this pull request Jul 11, 2018
* Fix NameError in pause module

* Add comment and changelog

Co-authored-by: Jerry Chong <jchong@netbase.com>
(cherry picked from commit 42f44b2)
samdoran pushed a commit to samdoran/ansible that referenced this pull request Jul 11, 2018
* Fix NameError in pause module

* Add comment and changelog

Co-authored-by: Jerry Chong <jchong@netbase.com>
(cherry picked from commit 42f44b2)
mattclay pushed a commit that referenced this pull request Jul 17, 2018
* Fix NameError in pause module

* Add comment and changelog

Co-authored-by: Jerry Chong <jchong@netbase.com>
(cherry picked from commit 42f44b2)
nitzmahone pushed a commit that referenced this pull request Jul 23, 2018
* Fix NameError in pause module

* Add comment and changelog

Co-authored-by: Jerry Chong <jchong@netbase.com>
(cherry picked from commit 42f44b2)
@zanglang zanglang deleted the bugfix-42004 branch April 9, 2019 09:57
@ansible ansible locked and limited conversation to collaborators Jul 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.7 This issue/PR affects Ansible v2.7 bug This issue/PR relates to a bug. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. support:core This issue/PR relates to code supported by the Ansible Engineering Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"pause" module fails with NameError when "curses" is not installed
3 participants