mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +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()
|
revision = f.read()
|
||||||
f.close()
|
f.close()
|
||||||
except IOError, e:
|
except IOError, e:
|
||||||
log.debug("Could not open revision file: %s", e)
|
pass
|
||||||
|
|
||||||
return revision
|
return revision
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue