1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 20:11:20 +00:00

daqpower: typo fix

This commit is contained in:
Sergei Trofimov 2015-06-09 13:14:07 +01:00
parent 4b7af1d2a6
commit 026e663155
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -367,7 +367,7 @@ class DaqFactory(Factory):
if self.transfer_sessions:
reactor.callLater(self.check_alive_period, self.pulse)
def perfrom_cleanup(self):
def perform_cleanup(self):
"""
Cleanup and old uncollected data files to recover disk space.