Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Emit a log message when we output final .zip file;r=me
Browse files Browse the repository at this point in the history
Handy for profiling how long things are taking
  • Loading branch information
wlach committed Aug 6, 2014
1 parent 648853e commit a3d06c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/videocapture/videocapture/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ def convert_capture(self, start_frame, end_frame, create_webm=True):
imagefilename)).read())

zipfile.close()
self.logger.info("Wrote out final capture.")

shutil.rmtree(self.outputdir)
shutil.rmtree(rewritten_imagedir)
Expand Down

0 comments on commit a3d06c6

Please sign in to comment.