зеркало из https://github.com/mozilla/eideticker.git
Emit a log message when we output final .zip file;r=me
Handy for profiling how long things are taking
This commit is contained in:
Родитель
648853e0d7
Коммит
a3d06c6a65
|
@ -416,6 +416,7 @@ class CaptureController(object):
|
|||
imagefilename)).read())
|
||||
|
||||
zipfile.close()
|
||||
self.logger.info("Wrote out final capture.")
|
||||
|
||||
shutil.rmtree(self.outputdir)
|
||||
shutil.rmtree(rewritten_imagedir)
|
||||
|
|
Загрузка…
Ссылка в новой задаче