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 junos_command py3 related issues #36782

Merged
merged 1 commit into from Mar 1, 2018

Conversation

ganeshrn
Copy link
Member

SUMMARY

Fixes #36204

  • tostring() input string should be in byte string format
  • to_ele() input is required in unicode format
ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

junos_command

ANSIBLE VERSION
2.5
ADDITIONAL INFORMATION

Fixes ansible#36204

*  tostring() input string shoulb be in byte string format
*  to_ele() input is required in unicode format
@ansibot
Copy link
Contributor

ansibot commented Feb 27, 2018

@ansibot ansibot added bugfix_pull_request core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. networking Network category python3 support:core This issue/PR relates to code supported by the Ansible Engineering Team. support:network This issue/PR relates to code supported by the Ansible Network Team. labels Feb 27, 2018
@ganeshrn ganeshrn removed the needs_triage Needs a first human triage before being processed. label Feb 27, 2018
@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. core_review In order to be merged, this PR must follow the core review workflow. and removed core_review In order to be merged, this PR must follow the core review workflow. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Feb 27, 2018
@ansibot
Copy link
Contributor

ansibot commented Mar 1, 2018

cc @gdpak
click here for bot help

@ganeshrn ganeshrn merged commit 41d7578 into ansible:devel Mar 1, 2018
@ganeshrn ganeshrn deleted the junos_command_py3_issue branch March 1, 2018 06:39
ganeshrn added a commit to ganeshrn/ansible that referenced this pull request Mar 1, 2018
Fixes ansible#36204

*  tostring() input string shoulb be in byte string format
*  to_ele() input is required in unicode format
(cherry picked from commit 41d7578)
ganeshrn added a commit to ganeshrn/ansible that referenced this pull request Mar 1, 2018
Fixes ansible#36204

*  tostring() input string shoulb be in byte string format
*  to_ele() input is required in unicode format
(cherry picked from commit 41d7578)
ganeshrn added a commit that referenced this pull request Mar 1, 2018
Fixes #36204

*  tostring() input string shoulb be in byte string format
*  to_ele() input is required in unicode format
(cherry picked from commit 41d7578)
@ansibot ansibot added bug This issue/PR relates to a bug. and removed bugfix_pull_request labels Mar 6, 2018
@ansible ansible locked and limited conversation to collaborators Apr 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue/PR relates to a bug. core_review In order to be merged, this PR must follow the core review workflow. module This issue/PR relates to a module. networking Network category python3 support:core This issue/PR relates to code supported by the Ansible Engineering Team. support:network This issue/PR relates to code supported by the Ansible Network Team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ansible Junos_command : Module failure Error
3 participants