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

DD - Update default api version #961

Closed

Conversation

samuelchong
Copy link
Contributor

@samuelchong samuelchong commented Dec 15, 2016

DD - Promote 2.4 as default api version and some parameter validation.

Description

Make 2.4 the default version.
Validate create_node method ex_is_started parameter is a bool, otherwise set to True by default.

For more information on contributing, please see Contributing
section of our documentation.

Status

  • done, ready for review

Checklist (tick everything that applies)

  • Code linting (required, can be done after the PR checks)
  • Documentation
  • Tests
  • ICLA (required for bigger changes)

"ex_tagid_value_pairs must be a dictionary."
)

if sys.version_info[0] < 3:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"ex_tagname_value_pairs must be a dictionary"
)

if sys.version_info[0] < 3:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asfgit asfgit closed this in f66ad0b Dec 27, 2016
asfgit pushed a commit that referenced this pull request Dec 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants