Skip to content

Commit

Permalink
Merge pull request #6387 from jimman2003/print_dump_stdout
Browse files Browse the repository at this point in the history
Remove print argument in print_dump
  • Loading branch information
cdrini authored Apr 11, 2022
2 parents 46bcf7c + e13748c commit 7bf569b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/data/dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
logger.setLevel(logging.DEBUG)


def print_dump(json_records, filter=None, print=print):
def print_dump(json_records, filter=None):
"""Print the given json_records in the dump format."""
for i, raw_json_data in enumerate(json_records):
if i % 1_000_000 == 0:
Expand Down

0 comments on commit 7bf569b

Please sign in to comment.