mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 12:04:51 +00:00
Fix exception due to common not importing log.
This commit is contained in:
parent
a242566099
commit
38f0d9f71c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def get_revision():
|
|||
revision = f.read()
|
||||
f.close()
|
||||
except IOError, e:
|
||||
log.debug("Could not open revision file: %s", e)
|
||||
pass
|
||||
|
||||
return revision
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue