Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰: Re-instantiate ahb_file_finder for every pruefi #161

Merged
merged 1 commit into from
Jul 24, 2023
Merged

Commits on Jul 24, 2023

  1. 馃悰: Re-instantiate ahb_file_finder for every pruefi

    Communication over instance variables is not a good idea.
    What happened is:
    - several methods apply filters / write to `AhbFileFinder.paths_to_docx_files`
    - but when the search algorithm starts over again at filter_for_latest_ahb_docx_files the list was _not_ repopulated with all pathes, instead the already filtered list was re-used
    hf-kklein committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8543f4a View commit details
    Browse the repository at this point in the history