Delete tmp directories after usage.

This commit is contained in:
Roberto Agostino Vitillo 2014-03-06 17:34:53 +00:00
Родитель 1566ac410e
Коммит a16db4bae7
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -61,5 +61,5 @@ class BLA(Wrapper):
entry["Power Proc Impact"] = selection['Power Impact (W) - HuronRiver - Sandybridge - Dual Core'].sum()
#TODO
#shutil.rmtree(self._directory)
shutil.rmtree(self._directory)
return entry

Просмотреть файл

@ -115,5 +115,5 @@ class PowerGadget(Wrapper):
assert(summary['Processor Watt'] > 0)
#TODO
#shutil.rmtree(os.path.split(self._logfile)[0])
shutil.rmtree(os.path.split(self._logfile)[0])
return summary