Commit df59d2a
authored
Fix python2 python3 round compatiblity
In python2 round will return a float. need to cast it with an integer so that the string format d will not throw a value error.1 parent 1580963 commit df59d2a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments