commit | adf6f3981a98f3c88fdab92608cdc7818e3bf373 | [log] [tgz] |
---|---|---|
author | Aleš Komárek <github@newt.cz> | Wed May 17 15:44:37 2017 +0200 |
committer | GitHub <noreply@github.com> | Wed May 17 15:44:36 2017 +0200 |
tree | d4029b57bd42f876be6b893743d2bf7c7758762f | |
parent | f519e9cd80a59a7cf95f05d5d3632123246d8b2d [diff] | |
parent | a400421258786f38dbeacd27cf7b440b33984b0d [diff] |
Merge pull request #17 from damjanek/master 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__():