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