diff --git a/wa/framework/host.py b/wa/framework/host.py index 57256315..8b6c0f73 100644 --- a/wa/framework/host.py +++ b/wa/framework/host.py @@ -2,6 +2,9 @@ import os from wa.framework.configuration.core import settings +# Have to disable this due to dynamic attributes +# pylint: disable=no-member + def init_user_directory(overwrite_existing=False): # pylint: disable=R0914 """ Initialise a fresh user directory.