'except:' to 'except Exception:' as per HACKING

Change-Id: I6e372152946dc7b51a4d84d6f4b893774e7d1a1d
This commit is contained in:
Joe Gordon
2011-12-27 12:07:06 -08:00
parent cff2ddcbd5
commit 51e7bcf5f4
8 changed files with 13 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ try:
BuildDoc.run(self)
nova_cmdclass['build_sphinx'] = local_BuildDoc
except:
except Exception:
pass