diff options
Diffstat (limited to 'youtube_dl/utils.py')
| -rw-r--r-- | youtube_dl/utils.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index c259f8bff..044520037 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -782,6 +782,7 @@ class XAttrMetadataError(Exception):      def __init__(self, code=None, msg='Unknown error'):          super(XAttrMetadataError, self).__init__(msg)          self.code = code +        self.msg = msg          # Parsing code and msg          if (self.code in (errno.ENOSPC, errno.EDQUOT) or  | 
