anyongjin / mysql_ibd

import data from ibd files for mysql
MIT License
30 stars 5 forks source link

line 239 error #20

Closed demirciberkan closed 1 month ago

demirciberkan commented 1 month ago

i get the error below for load_data Traceback (most recent call last): File "/home/mysql_ibd/main.py", line 239, in command_mapping[args.cmd]() TypeError: link_tables_ibd() missing 1 required positional argument: 'config'

and the error below for tosql Traceback (most recent call last): File "/home/mysql_ibd/main.py", line 239, in command_mapping[args.cmd]() TypeError: ibd2sql() missing 1 required positional argument: 'args'

what would be wrong

anyongjin commented 1 month ago

Thanks for the feedback, it has been resolved. Please pull the latest code and try again

demirciberkan commented 1 month ago

Solved.