Skip to content

Commit

Permalink
feature: removing vars
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJaeger committed Jan 14, 2025
1 parent 312c9f5 commit 35958f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def execute(self):
transformed_objects = []
transform_start_time = datetime.now()

logger.info(f"first object to be indexed {vars(from_obj_list[0])}")
logger.info(f"first object to be indexed {from_obj_list[0]}")

for obj in from_obj_list:
# [T]ransform the object into the new format to be saved in the storage_to
Expand Down

0 comments on commit 35958f0

Please sign in to comment.