mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Updated for coding style
This commit is contained in:
parent
2cb0e5bb39
commit
85822942f9
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ class FormConfigs(Configs):
|
||||||
self.read_configs()
|
self.read_configs()
|
||||||
|
|
||||||
with open(self.config_file, 'w') as patch_toml:
|
with open(self.config_file, 'w') as patch_toml:
|
||||||
|
|
||||||
for line in self.orig_configs:
|
for line in self.orig_configs:
|
||||||
for key, value in zip(self.configs['CONFIGS'].keys(), tags):
|
for key, value in zip(self.configs['CONFIGS'].keys(), tags):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue