Skip to content

Commit

Permalink
fix issue #53 reading previous run's files if the filename was the same
Browse files Browse the repository at this point in the history
  • Loading branch information
kPsarakis committed Apr 11, 2023
1 parent 3eba4cd commit 0cfc190
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def get_matches(self,
dict
A dictionary with matches and their similarity
"""
self.__column_names: list = []
self.__target_name = target_input.name

all_tables: List[BaseTable] = [source_input, target_input]
Expand Down

0 comments on commit 0cfc190

Please sign in to comment.