Skip to content
Snippets Groups Projects
Commit a88599a9 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Compute required passes correctly!

Integer division lets this number be zero sometimes.
parent 7a335b5b
No related branches found
No related tags found
1 merge request!48Deny writes without active lease
......@@ -16,6 +16,10 @@
Functionality shared between the storage client and server.
"""
from __future__ import (
division,
)
from base64 import (
b64encode,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment