Get some error output when trying to get svn revision.

This commit is contained in:
Andrew Resch 2008-01-22 04:27:33 +00:00
parent e092619d64
commit b64393d096
1 changed files with 2 additions and 2 deletions

View File

@ -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