Skip to content

Commit

Permalink
Fix one more lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
justinrlee authored and vespian committed Apr 27, 2018
1 parent dbf77e4 commit 7dd8f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ def get_descriptions(self):
flat=(
t.default_value
.replace('\\', '\\\\')
.replace('"',' \\\"')
.replace('"', ' \\\"')
.replace('\n', '\\n')
)
)
Expand Down

0 comments on commit 7dd8f59

Please sign in to comment.