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

Syntax warning/error on line 308 #78

Closed scripthead closed 13 years ago

scripthead commented 13 years ago

I get this error when I start the arbitrator like so:

python arbitrator.py File "arbitrator.py", line 308 except Exception as e: ^ SyntaxError: invalid syntax

wimleers commented 13 years ago

On my system, as well as the systems of at least one client, this is only a warning. Updated the issue title correspondingly. Fix imminent.