'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

View File

@@ -55,7 +55,7 @@ try:
BuildDoc.run(self)
nova_cmdclass['build_sphinx'] = local_BuildDoc
except:
except Exception:
pass
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.