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

[commands] check if result.duration is None #37

Closed
wants to merge 1 commit into from

Conversation

arthurlutz
Copy link

Fixes #36

@arthurlutz
Copy link
Author

Should a specific elseif condition be done for when result.duration is None ?

@codecov
Copy link

codecov bot commented Jan 30, 2020

Codecov Report

Merging #37 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   50.52%   50.52%           
=======================================
  Files           9        9           
  Lines         762      762           
=======================================
  Hits          385      385           
  Misses        377      377
Impacted Files Coverage Δ
mopidy_local/commands.py 0% <0%> (ø) ⬆️

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 0720824...1585e12. Read the comment docs.

@arthurlutz
Copy link
Author

Sorry for the noise, just found #35 which is a much better contribution.

@arthurlutz arthurlutz closed this Jan 30, 2020
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.

TypeError: '<' not supported between instances of 'NoneType' and 'int'
1 participant