Skip to content

Commit

Permalink
fix: fix .config file content can not load for kconfig
Browse files Browse the repository at this point in the history
fix #172

Signed-off-by: Haitao Yue <[email protected]>
  • Loading branch information
hightall committed Jul 30, 2020
1 parent aa8a09c commit 2d24401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,5 @@ screenshot
src/dashboard/dist
src/dashboard/functions
src/dashboard/lambda/mock/index.js
.config
.config.old
2 changes: 1 addition & 1 deletion kconfig-lib/kconfiglib.py
Original file line number Diff line number Diff line change
Expand Up @@ -7247,4 +7247,4 @@ def _re_search(regex):

# A valid right-hand side for an assignment to a string symbol in a .config
# file, including escaped characters. Extracts the contents.
_conf_string_match = _re_match(r'"((?:[^\\"]|\\.)*)"')
_conf_string_match = _re_match(r'((?:[^\\"]|\\.)*)')

0 comments on commit 2d24401

Please sign in to comment.