JasonMillward / Autorippr

Rip discs automatically using a blend of Python, MakeMKV and HandBrake
MIT License
239 stars 60 forks source link

Update autorippr.py #101

Closed carrigan98 closed 8 years ago

carrigan98 commented 8 years ago

Received NameError when running the --extra argument.

Traceback (most recent call last):
  File "autorippr.py", line 395, in <module>
    extras(config)
  File "autorippr.py", line 361, in extras
    if ex.errno == errno.ENOTEMPTY:
NameError: global name 'errno' is not defined

Problem resided with removal of directory lacking the errno library.