iTaybb / pySmartDL

A Smart Download Manager for Python
The Unlicense
198 stars 56 forks source link

RuntimeError: cannot join thread before it is started #26

Closed iTaybb closed 5 years ago

iTaybb commented 5 years ago

====================================================================== ERROR: test_hash (main.TestSmartDL)

Traceback (most recent call last): File "test_pySmartDL.py", line 65, in test_hash obj.wait() File "..\pySmartDL\pySmartDL.py", line 455, in wait self.post_threadpool_thread.join() File "C:\Python37\lib\threading.py", line 1027, in join raise RuntimeError("cannot join thread before it is started") RuntimeError: cannot join thread before it is started


Ran 9 tests in 54.065s

FAILED (errors=1)

iTaybb commented 5 years ago

Fixed.