mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
Rename a variable for clarity
This commit is contained in:
parent
02d8bd061a
commit
2d19c383ca
@ -1290,8 +1290,8 @@ class StatusElement(Element):
|
||||
|
||||
@renderer
|
||||
def recent_operations(self, req, tag):
|
||||
active = [self.get_op_state(op) for op in self._recent]
|
||||
return SlotsSequenceElement(tag, active)
|
||||
recent = [self.get_op_state(op) for op in self._recent]
|
||||
return SlotsSequenceElement(tag, recent)
|
||||
|
||||
@staticmethod
|
||||
def get_op_state(op):
|
||||
|
Loading…
x
Reference in New Issue
Block a user