formatting
This commit is contained in:
parent
977f82a2a4
commit
f3bdd475bc
1 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ def command(filename, profile, force, filetype):
|
||||||
print(".", end="", flush=True)
|
print(".", end="", flush=True)
|
||||||
|
|
||||||
elif filetype == "dkb":
|
elif filetype == "dkb":
|
||||||
with open(click.format_filename(filename), encoding='ISO-8859-1') as fh:
|
with open(click.format_filename(filename), encoding="ISO-8859-1") as fh:
|
||||||
csv_reader = csv.reader(fh, delimiter=";")
|
csv_reader = csv.reader(fh, delimiter=";")
|
||||||
next(csv_reader, None)
|
next(csv_reader, None)
|
||||||
for line in csv_reader:
|
for line in csv_reader:
|
||||||
|
|
Loading…
Add table
Reference in a new issue