Skip to content

Commit

Permalink
Fix for sdout error Zulko#938
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyshisler committed Nov 4, 2019
1 parent 6ed5b57 commit 0358536
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions moviepy/audio/io/AudioFileClip.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ def close(self):
self.reader.close_proc()
self.reader = None

def __del__(self):
self.close()
# https://github.com/Zulko/moviepy/issues/938
# def __del__(self):
# self.close()

0 comments on commit 0358536

Please sign in to comment.