Revision 9adaed700be3d24cbac00bfd487c36f740909d11 authored by Antoine Lambert on 25 September 2018, 17:18:10 UTC, committed by Antoine Lambert on 28 September 2018, 12:32:17 UTC
Two issues found regarding the way empty directories were handled:

  - _empty_dir_hash variable did not have correct type (str instead of
     bytes) so empty directory test based on hash comparison was
     always failing

  - in the step method of DirectoryIterator, no need to push a new
    frame for an empty directory as this will stop the iteration
1 parent 3a86982
Raw File
MANIFEST.in
include Makefile
include Makefile.local
include README.db_testing
include README.dev
include requirements.txt
include requirements-swh.txt
include version.txt
recursive-include sql *
back to top