Terminate after creating empty config file
This commit is contained in:
@ -57,6 +57,7 @@ def main() -> None:
|
||||
parser[section][option] = default
|
||||
|
||||
parser.write(file)
|
||||
return
|
||||
|
||||
config = configparser.ConfigParser()
|
||||
config.read(config_file)
|
||||
|
||||
Reference in New Issue
Block a user