Commit c036215e by Dudás Ádám

storage: fix references

parent 7e06fcc0
......@@ -86,7 +86,7 @@ class Disk(AclBase, TimeStampedModel):
if message is None:
message = ("The requested operation can't be performed on "
"disk '%s (%s)' because it is in use." %
(self.disk.name, self.disk.filename))
(disk.name, disk.filename))
Exception.__init__(self, message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment