Fix exception due to common not importing log.
This commit is contained in:
parent
a242566099
commit
38f0d9f71c
|
@ -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…
Reference in New Issue