diff --git a/beets/util/pipeline.py b/beets/util/pipeline.py index 1a0cd4b5c..995d6e3d0 100644 --- a/beets/util/pipeline.py +++ b/beets/util/pipeline.py @@ -412,7 +412,7 @@ class Pipeline(object): try: # Using a timeout allows us to receive KeyboardInterrupt # exceptions during the join(). - while threads[-1].isAlive(): + while threads[-1].is_alive(): threads[-1].join(1) except: