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

keysight 34934a: Don't use is to compare strings #1867

Merged

Conversation

jenshnielsen
Copy link
Collaborator

This only works due to small string optimization which is an implementation detail that should not be relied on. Fixes a warning under python 3.8

@codecov
Copy link

codecov bot commented Dec 5, 2019

Codecov Report

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

@@           Coverage Diff           @@
##           master    #1867   +/-   ##
=======================================
  Coverage   70.38%   70.38%           
=======================================
  Files         152      152           
  Lines       18857    18857           
=======================================
  Hits        13273    13273           
  Misses       5584     5584

@jenshnielsen jenshnielsen merged commit 7b14768 into microsoft:master Dec 5, 2019
@jenshnielsen jenshnielsen deleted the keysight34934pythonwarning branch December 5, 2019 12:41
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