Changeset 36a4864 in trunk


Ignore:
Timestamp:
2020-04-17T19:25:42Z (5 years ago)
Author:
Sajith Sasidharan <sajith@…>
Branches:
master
Children:
9bb7812
Parents:
0382b1e
git-author:
Sajith Sasidharan <sajith@…> (2020-02-14 03:02:30)
git-committer:
Sajith Sasidharan <sajith@…> (2020-04-17 19:25:42)
Message:

Mark format_recovered as static method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/web/storage.py

    r0382b1e r36a4864  
    320320        return tag(p)
    321321
    322     def format_recovered(self, sr, a):
     322    @staticmethod
     323    def format_recovered(sr, a):
    323324        def maybe(d):
    324325            if d is None:
Note: See TracChangeset for help on using the changeset viewer.