Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan authored Oct 3, 2024
1 parent a50c3f6 commit 991a83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfanalyzer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def load_objects(line, fn, time_granularity, time_approximate, condition_fn, loa
else:
d.update(user_d)
logging.debug(f"built an dictionary for line {d}")
yield d
yield d
except ValueError as error:
logging.error(f"Processing {line} failed with {error}")
return {}
Expand Down

0 comments on commit 991a83e

Please sign in to comment.