| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a34f77f commit faa65fc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -194,8 +194,10 @@ def loadini(struct, config_path): | |||
| 194 | 194 | except UnicodeDecodeError as e: | |
| 195 | 195 | sys.stderr.write( | |
| 196 | 196 | "Error: Unable to parse config file at '{}' due to an " | |
| 197 | - "encoding issue. Please make sure to fix the encoding " | ||
| 198 | - "of the file or remove it and then try again.\n".format(config_path) | ||
| 197 | + "encoding issue ({}). Please make sure to fix the encoding " | ||
| 198 | + "of the file or remove it and then try again.\n".format( | ||
| 199 | + config_path, e | ||
| 200 | + ) | ||
| 199 | 201 | ) | |
| 200 | 202 | sys.exit(1) | |
| 201 | 203 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments