mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 07:58:38 +00:00
Get some error output when trying to get svn revision.
This commit is contained in:
parent
e092619d64
commit
b64393d096
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue