home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: ea9b3a53cbc4a99af4241e660731d5f395d253d7

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
ea9b3a53cbc4a99af4241e660731d5f395d253d7 Reset file pointer to 0 when reading file stream (#7304) * Reset file pointer to 0 when reading file stream Instead of raising a ValueError about the file pointer not being at the start of the file, reset the file pointer automatically to zero, and warn that the pointer has been reset. * Expect warning rather than ValueError for test_open_twice Fixes the `Failed: DID NOT RAISE <class 'ValueError'>` * Remove checks for errors raised in test_open_fileobj The ValueError and RuntimeWarning isn't raised anymore. * Fix typo form -> from * Add changelog entry for bugfix * Remove warning about resetting file pointer to zero File pointer is reset to zero after reading the magic byte number anyway, so should be ok not to warn about this. 2022-12-01T16:18:22Z 2022-12-01T16:18:22Z 8cff2dcfaf8d786a961d5c90749c62ed7daaa008 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 23487320 19864447
Powered by Datasette · Queries took 0.842ms · About: xarray-datasette