find_logs
inner method find_tags
does not work when there is a log file present.
#176
Labels
bug
Something isn't working
Example:
How to reproduce:
Now, the folder structure will look like the above and the inner function
find_tags
will enter the first branch, settingtag_mapping[str(path)] = []
as the default value oftags
is the empty list. This results in the tags being ignored.The text was updated successfully, but these errors were encountered: