Commit e5456c22 authored by Jason Rhinelander's avatar Jason Rhinelander
Browse files

Fix for floating point durations

The duration calculation was using %, but that's only supported on
duration objects when the arithmetic type supports %, and hence fails
for floats.  Fixed by subtracting off the calculated values instead.
parent 28a837a0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment