commit | 498116848a3c4ce9144905808a978ee8376de98e | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Thu Oct 25 09:24:46 2018 +0200 |
committer | Rico Wind <ricow@google.com> | Thu Oct 25 09:24:46 2018 +0200 |
tree | 5d6eedd157843f419130dca21110722e5db5455d | |
parent | 729ee6217f4ae84da1eab94e0c39987a76cff8b2 [diff] [blame] |
Fix notify.py if we don't have the python module Change-Id: Idefc91d72346e6e39c3218a7812441f7de0f3f61
diff --git a/tools/notify.py b/tools/notify.py index f6db21b..b195357 100644 --- a/tools/notify.py +++ b/tools/notify.py
@@ -15,6 +15,6 @@ except: return -except ImportError: +except (ImportError, ValueError): def notify(message): return