diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-13 05:15:50 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-13 05:15:50 +0200 |
| commit | 621054d807c7c76616ee2cf7052e805f234b9f44 (patch) | |
| tree | 98923fb53441d5fbc752bd5d93b44d7a0205e6ee | |
| parent | c455b5b3e2f585517a437bfeabfc46443a0f306b (diff) | |
Wrap overlong line.
| -rw-r--r-- | kconfiglib.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index fa8fc86..5b507cf 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3030,7 +3030,8 @@ class Comment(Item): def __str__(self): """Returns a string containing various information about the comment.""" - dep_str = self.config._expr_val_str(self.orig_deps, "(no dependencies)") + dep_str = self.config._expr_val_str(self.orig_deps, + "(no dependencies)") additional_deps_str = " " + \ self.config._expr_val_str(self.deps_from_containing, |
