Skip to content

Replace use of deprecated HasTraits.set method with HasTraits.trait_set.#118

Merged
mdickinson merged 1 commit into
masterfrom
fix/deprecated-set
Nov 1, 2018
Merged

Replace use of deprecated HasTraits.set method with HasTraits.trait_set.#118
mdickinson merged 1 commit into
masterfrom
fix/deprecated-set

Conversation

@mdickinson
Copy link
Copy Markdown
Member

Fix a single use of the deprecated HasTraits.set method. This was causing DeprecationWarnings in the test suite of another project.

I did a quick search for other uses of HasTraits.get and HasTraits.set, but didn't spot any.

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #118 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #118   +/-   ##
=======================================
  Coverage   36.26%   36.26%           
=======================================
  Files         199      199           
  Lines        6278     6278           
  Branches      698      698           
=======================================
  Hits         2277     2277           
  Misses       3926     3926           
  Partials       75       75
Impacted Files Coverage Δ
envisage/extension_point_binding.py 96.49% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b0d6cf6...0dc2b07. Read the comment docs.

@mdickinson
Copy link
Copy Markdown
Member Author

@rkern Quick review? I hope this is an easy one.

@mdickinson mdickinson requested a review from rkern November 1, 2018 08:46
@mdickinson
Copy link
Copy Markdown
Member Author

@corranwebster says LGTM. Merging.

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.

2 participants