summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-03 11:11:41 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-03 13:36:14 +0100
commit39d0fb97698a4037faae20bc8f47dde0ca789bd2 (patch)
tree7df80a78c256a2d00f86046a03d3e0e9d88fa5d8
parentFormat with yapf version 0.32.0 (diff)
downloadrtems-central-39d0fb97698a4037faae20bc8f47dde0ca789bd2.tar.bz2
applconfig: Changes for flake8 version 5.0.4
-rw-r--r--rtemsspec/applconfig.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtemsspec/applconfig.py b/rtemsspec/applconfig.py
index efa1d776..78505a34 100644
--- a/rtemsspec/applconfig.py
+++ b/rtemsspec/applconfig.py
@@ -50,7 +50,8 @@ _OPTION_DEFAULT_CONFIG = {
lambda item: item["default"],
"feature-enable":
lambda item:
- """If this configuration option is undefined, then the described feature is not
+ """If this configuration option is undefined, then the described feature \
+is not
enabled."""
}