| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4a9c75a commit 4f518a4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1349,9 +1349,7 @@ def ReadConfigurationInto(path, sections, defs): | |||
| 1349 | 1349 | if prefix_match: | |
| 1350 | 1350 | prefix = SplitPath(prefix_match.group(1).strip()) | |
| 1351 | 1351 | continue | |
| 1352 | - print "Malformed line: '%s'." % line | ||
| 1353 | - return False | ||
| 1354 | - return True | ||
| 1352 | + raise Exception("Malformed line: '%s'." % line) | ||
| 1355 | 1353 | ||
| 1356 | 1354 | ||
| 1357 | 1355 | # --------------- | |
| Back | FazBrowse Home | New Git URL |
0 commit comments