mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 03:28:31 +02:00
Unneeded check removed
This commit is contained in:
parent
fdc31798fc
commit
d89b60a635
1 changed files with 1 additions and 2 deletions
|
@ -249,8 +249,7 @@ def config_duplicate_keys(config_path):
|
|||
keys.append(current_serie)
|
||||
current_serie = temp_store.pop()
|
||||
|
||||
if line.strip().split(":")[0]:
|
||||
current_serie.append(line.strip().split(":")[0])
|
||||
current_serie.append(line.strip().split(":")[0])
|
||||
leading_spaces = line_lead
|
||||
|
||||
keys.append(current_serie)
|
||||
|
|
Loading…
Add table
Reference in a new issue