Message ID | 1309240969-13614-1-git-send-email-fyang@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/client/virt/virt_env_process.py b/client/virt/virt_env_process.py index 1eb8ecf..ac3c6f1 100644 --- a/client/virt/virt_env_process.py +++ b/client/virt/virt_env_process.py @@ -433,6 +433,9 @@ def _take_screendumps(test, params, env): except kvm_monitor.MonitorError, e: logging.warn(e) continue + except AttributeError, e: + logging.warn(e) + continue if not os.path.exists(temp_filename): logging.warn("VM '%s' failed to produce a screendump", vm.name) continue