| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5f30320 commit bd2b930
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -509,7 +509,7 @@ def string_decode(v: str) -> str: | |||
| 509 | 509 | is_multi_line = True | |
| 510 | 510 | optval = string_decode(optval[1:]) | |
| 511 | 511 | elif len(optval) > 1 and optval[0] == '"' and optval[-1] == '"': | |
| 512 | - optval = optval[1:-1].strip() | ||
| 512 | + optval = optval[1:-1] | ||
| 513 | 513 | # END handle multi-line | |
| 514 | 514 | # Preserves multiple values for duplicate optnames. | |
| 515 | 515 | cursect.add(optname, optval) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments