mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 18:06:46 +00:00
Mark format_recovered
as static method
This commit is contained in:
parent
bc8a86e106
commit
0bd386384e
@ -319,7 +319,8 @@ class StorageStatusElement(Element):
|
|||||||
|
|
||||||
return tag(p)
|
return tag(p)
|
||||||
|
|
||||||
def format_recovered(self, sr, a):
|
@staticmethod
|
||||||
|
def format_recovered(sr, a):
|
||||||
def maybe(d):
|
def maybe(d):
|
||||||
if d is None:
|
if d is None:
|
||||||
return "?"
|
return "?"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user