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

nxos.py:httpapi:return_timestamps causes ValueError when output empty #54907

Commits on Apr 5, 2019

  1. nxos.py:httpapi:return_timestamps causes ValueError when output empty

    This is related to issue ansible#52671.
    
    Symptom:
      `nxos_command` (or other calling module) calls httpapi `run_commands()` with
      `return_timestamps` set to `True`; the device returns an empty string;
      then `run_commands()` returns a single variable instead of two variables
      which raises: `ValueError: need more than 1 value to unpack`
    chrisvanheuveln committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    8df55e4 View commit details
    Browse the repository at this point in the history