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

Conversation

hf-kklein
Copy link
Contributor

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

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 hf-kklein merged commit 1f717b9 into main Jul 24, 2023
6 checks passed
@hf-kklein hf-kklein deleted the arg branch July 24, 2023 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants