This commit is contained in:
Joey Hess 2024-08-20 13:52:46 -04:00
parent 476d223bce
commit de7ac1bb70
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -623,7 +623,8 @@ limitFullyBalanced' mu getgroupmap g n want = Right $ MatchFiles
return $ if S.null candidates
then False
else case (mu, M.lookup g (balancedPickerByGroup gm)) of
(Just u, Just picker) -> u == picker candidates key n
(Just u, Just picker) ->
u `elem` picker candidates key n
_ -> False
, matchNeedsFileName = False
, matchNeedsFileContent = False