[rtems-central commit] applconfig: Changes for flake8 version 5.0.4

Sebastian Huber sebh at rtems.org
Tue Jan 3 12:35:54 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    39d0fb97698a4037faae20bc8f47dde0ca789bd2
Changeset: http://git.rtems.org/rtems-central/commit/?id=39d0fb97698a4037faae20bc8f47dde0ca789bd2

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jan  3 11:11:41 2023 +0100

applconfig: Changes for flake8 version 5.0.4

---

 rtemsspec/applconfig.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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."""
 }
 



More information about the vc mailing list