commit | a400421258786f38dbeacd27cf7b440b33984b0d | [log] [tgz] |
---|---|---|
author | Damian Szeluga <damian.szeluga@gmail.com> | Wed May 17 15:43:14 2017 +0200 |
committer | Damian Szeluga <damian.szeluga@gmail.com> | Wed May 17 15:43:14 2017 +0200 |
tree | d4029b57bd42f876be6b893743d2bf7c7758762f | |
parent | 37b12a220b8a14d099df7cb4fbfe95c0eb6a5ea0 [diff] |
Change exception to debug message on oauth load error
diff --git a/_modules/maas.py b/_modules/maas.py index d6ca2a9..3c9b55e 100644 --- a/_modules/maas.py +++ b/_modules/maas.py
@@ -31,7 +31,8 @@ from maas_client import MAASClient, MAASDispatcher, MAASOAuth HAS_MASS = True except ImportError: - LOG.exception('why??') + LOG.debug('Missing python-oauth module. Skipping') + pass def __virtual__():