commit | 694a5d0b64123204182b45cebb7475f015a9b1e4 | [log] [tgz] |
---|---|---|
author | cylan <cylan@google.com> | Sat May 11 19:18:31 2019 +0800 |
committer | cylan <cylan@google.com> | Thu Jun 06 11:47:58 2019 +0800 |
tree | 37966cf2f5139ef59941305dc9448137b6aae151 | |
parent | 4eeb9d43d5c1df3a39f8dec3f61be2fcbe105519 [diff] [blame] |
Avoid AVD type failing for the new AVD. Bug: 132216389 Test: m acloud && atest acloud_test --host && acloud list acloud delete acloud reconnect Change-Id: If9767aa45165dbfe0ae978373d212656ea21e796
diff --git a/errors.py b/errors.py index c3c4a71..c9a6f02 100644 --- a/errors.py +++ b/errors.py
@@ -217,3 +217,7 @@ class ZipImageError(Exception): """Zip image error.""" + + +class UnknownAvdType(Exception): + """Unknow AVD type."""