Closed jowagner closed 1 year ago
Currently, we also load the tags when they are not needed, i.e. for len(args.tag_combinations) == 0. This wastes a lot of time.
len(args.tag_combinations) == 0
Currently, we also load the tags when they are not needed, i.e. for
len(args.tag_combinations) == 0
. This wastes a lot of time.