Fix exception due to common not importing log.

This commit is contained in:
Andrew Resch 2008-01-26 06:45:23 +00:00
parent a242566099
commit 38f0d9f71c
1 changed files with 1 additions and 1 deletions

View File

@ -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