Skip to content

Commit 45891b0

Browse files
committed
Add missing loglevl parameter
1 parent 956f8cf commit 45891b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pya2l/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,9 @@ def import_a2l(
218218
remove_existing: bool = False,
219219
local: bool = False,
220220
encoding: str = "",
221+
loglevel: str = "INFO",
221222
):
222-
return import_a2l(file_name, debug, in_memory, remove_existing, local, encoding)
223+
return import_a2l(file_name, debug, in_memory, remove_existing, local, encoding, loglevel)
223224

224225
@staticmethod
225226
def open_existing(file_name: str):

0 commit comments

Comments
 (0)