amnong / easywebdav

A WebDAV Client in Python
http://pypi.python.org/pypi/easywebdav/
ISC License
207 stars 113 forks source link

Fix handling empty property of WebDav object #34

Closed ffoxin closed 9 years ago

ffoxin commented 9 years ago

It is necessary to full check of attribute value.

Folders on server may have size attribute represented as empty string. Hence, it's size cause crash while retrieving size of object via int(size).