Skip to content
Snippets Groups Projects
Commit 8391a0a1 authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

fixed interface method, not class member

parent 61d19ac2
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ class HVStorage(object):
'''
pass
def find_space(new_space):
def find_space(self, new_space):
'''
Tries to find a suitable chunk of space to store new_space.
......
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