diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-04-24 17:35:10 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-04-24 17:35:10 +0000 |
| commit | d10077d18e929bab837a7e5de1e918fc42df39b9 (patch) | |
| tree | 7614d55ca3f2d9e6291cad05f8e9ba3a4aaea5a4 /nova | |
| parent | 86905d70fff56f843bb3d8490cbc1e68cc8f3c3c (diff) | |
| parent | 7ee0d7848d9292c0f888c890c492b011299a3bc3 (diff) | |
Merge "Improved tools/hacking.py"
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/virt/libvirt/connection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/libvirt/connection.py b/nova/virt/libvirt/connection.py index a01d96377..a07e39468 100644 --- a/nova/virt/libvirt/connection.py +++ b/nova/virt/libvirt/connection.py @@ -1038,7 +1038,7 @@ class LibvirtConnection(driver.ComputeDriver): finally: try: os.unlink(testfile) - except: + except Exception: pass return hasDirectIO |
