mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-06 12:27:46 +03: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.write(revision_string)
|
||||
f.close()
|
||||
except:
|
||||
pass
|
||||
except Exception, e:
|
||||
print "Unable to get or write revision: ", e
|
||||
|
||||
|
||||
# The libtorrent extension
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue