Skip to content

Commit

Permalink
chore: update data attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Jul 7, 2024
1 parent e43f3c8 commit 6c6f8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LoopDataConverter/converters/conversion_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ def get_converter(self):
def convert(self):
data = self.read_file()
converter = self.get_converter()
converter = converter(data)
return converter
converter(data)
self.data = converter._data

0 comments on commit 6c6f8a1

Please sign in to comment.