forked from importers/git-importer
Code cleanup
This commit is contained in:
@@ -14,8 +14,6 @@ def config(filename="database.ini", section="production"):
|
||||
for param in params:
|
||||
db[param[0]] = param[1]
|
||||
else:
|
||||
raise Exception(
|
||||
f"Section {section} not found in the {filename} file"
|
||||
)
|
||||
raise Exception(f"Section {section} not found in the {filename} file")
|
||||
|
||||
return db
|
||||
|
Reference in New Issue
Block a user