Skip to content
Snippets Groups Projects
Commit 8891748c authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

minor correction in MysqlImportTask contructor

parent 37927795
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ class MysqlImportTask(ImportTask): ...@@ -126,7 +126,7 @@ class MysqlImportTask(ImportTask):
outer_sql = "" outer_sql = ""
def __init__(self, command, **kwargs): def __init__(self, command, **kwargs):
super().__init__(*args, **kwargs) super().__init__(command, **kwargs)
try: try:
self.conn = kwargs['conn'] self.conn = kwargs['conn']
except KeyError as ke: except KeyError as ke:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment