Changeset 07c24dbe in trunk


Ignore:
Timestamp:
2020-07-15T20:14:10Z (5 years ago)
Author:
Sajith Sasidharan <sajith@…>
Branches:
master
Children:
b5a465c
Parents:
69afd29
Message:

Add a missing super() call

File:
1 edited

Legend:

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

    r69afd29 r07c24dbe  
    601601        :param allmydata.monitor.IMonitor monitor: status, progress, and cancellation provider.
    602602        """
     603        super(DeepCheckAndRepairResultsRenderer, self).__init__()
    603604        self._client = client
    604605        self.monitor = monitor
    605         self.children = {}
    606606
    607607    def getChild(self, name, req):
Note: See TracChangeset for help on using the changeset viewer.