summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 7c06eb4..e8bf99e 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -1392,7 +1392,8 @@ class Kconfig(object):
function when adding symbol prerequisites to source files.
In case you need a different scheme for your project, the sync_deps()
- implementation can be used as a template."""
+ implementation can be used as a template.
+ """
if not os.path.exists(path):
os.mkdir(path, 0o755)