mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 12:28:44 +00:00
framework/host: Calm pylint
This commit is contained in:
parent
b861ca986a
commit
5a373e6c7b
@ -2,6 +2,9 @@ import os
|
|||||||
|
|
||||||
from wa.framework.configuration.core import settings
|
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
|
def init_user_directory(overwrite_existing=False): # pylint: disable=R0914
|
||||||
"""
|
"""
|
||||||
Initialise a fresh user directory.
|
Initialise a fresh user directory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user