wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
341 stars 95 forks source link

Checking if classname has been set #167

Closed niekoost closed 9 years ago

niekoost commented 9 years ago

As mentioned in issue 162 the error provided does not point to the actual problem at hand. This patch checks if classname has been set before it's used

The problem occurs when TRANSPORTER_CLASS is not available in module, which happened on my entirely fresh installation of debian 7 today.