diff --git a/setup.py b/setup.py index 7e2dc9dbc..405f25f8e 100644 --- a/setup.py +++ b/setup.py @@ -55,8 +55,8 @@ try: f = open("deluge/data/revision", "w") f.write(revision_string) f.close() -except: - pass +except Exception, e: + print "Unable to get or write revision: ", e # The libtorrent extension