mirror of
https://github.com/r4sas/PBinCLI
synced 2025-08-26 05:32:01 +00:00
remove unused exception variable
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
5909e7330b
commit
94023a986d
@ -18,7 +18,7 @@ def read_config(filename):
|
|||||||
try:
|
try:
|
||||||
key, value = l.strip().split("=")
|
key, value = l.strip().split("=")
|
||||||
settings[key.strip()] = value.strip()
|
settings[key.strip()] = value.strip()
|
||||||
except ValueError as pe:
|
except ValueError:
|
||||||
PBinCLIError("Unable to parse config file, please check it for errors.")
|
PBinCLIError("Unable to parse config file, please check it for errors.")
|
||||||
|
|
||||||
return settings
|
return settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user