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 bug #111 Create Session kw prints Arg type #112

Merged
merged 3 commits into from May 26, 2016

Commits on May 12, 2016

  1. Fix bug MarketSquare#111 Create Session kw prints Arg type

    Convert the max_retries argument to integer using native python method int(), instead of the Robot convert_to_integer keyword. This avoid that garbage message is printed to Robot logs as: Argument types are: <type 'unicode'>
    roimvargas committed May 12, 2016
    Configuration menu
    Copy the full SHA
    37a3b89 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Fix bug MarketSquare#111 Use internal robot builtin method

    Use internal robot builtin method _convert_to_integer in order to avoid unwanted entries in Robot log and output files.
    roimvargas committed May 17, 2016
    Configuration menu
    Copy the full SHA
    ef67c7a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. Fix bug MarketSquare#111 Create Session kw prints Arg type

    Convert max_retries param to integer using int() casting function in order to avoid unwanted log message and add more meaningful error message if conversion to integer fails. Solution discussed at Pull Request MarketSquare#112 with @bulkan and @oleduc.
    roimvargas committed May 25, 2016
    Configuration menu
    Copy the full SHA
    75242bc View commit details
    Browse the repository at this point in the history