Get some error output when trying to get svn revision.
This commit is contained in:
parent
e092619d64
commit
b64393d096
4
setup.py
4
setup.py
@ -55,8 +55,8 @@ try:
|
|||||||
f = open("deluge/data/revision", "w")
|
f = open("deluge/data/revision", "w")
|
||||||
f.write(revision_string)
|
f.write(revision_string)
|
||||||
f.close()
|
f.close()
|
||||||
except:
|
except Exception, e:
|
||||||
pass
|
print "Unable to get or write revision: ", e
|
||||||
|
|
||||||
|
|
||||||
# The libtorrent extension
|
# The libtorrent extension
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user