mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +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
|
||||
|
||||
# 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user