cold-soccer-63228
05/30/2023, 10:45 PM./pants dependees --closed path/to/file.py
would yield nothing, but running ./pants dependees --closed --transitive path/to/file.py
on the same file would yield something?
I’m trying to figure out why this is happening right nowhappy-kitchen-89482
05/31/2023, 12:11 AMcold-soccer-63228
05/31/2023, 12:21 AMhappy-kitchen-89482
05/31/2023, 12:24 AM--closed
only works with --transitive
happy-kitchen-89482
05/31/2023, 12:24 AMcold-soccer-63228
05/31/2023, 12:24 AMcold-soccer-63228
05/31/2023, 1:28 AM--closed
argument, and still seeing the same thing (nothing)happy-kitchen-89482
05/31/2023, 1:47 AMcold-soccer-63228
05/31/2023, 2:36 AMfrom front_porch.modules.lending_leads.graphql.lending_leads_module_config import lending_lead_module_config
When I run the following command, nothing is output.
./pants dependees front_porch/modules/lending_leads/graphql/lending_leads_module_config.py
But when I run the following command, I see a ton of stuff output, including the file that imports front_porch/modules/lending_leads/graphql/lending_leads_module_config.py
./pants dependees --transitive front_porch/modules/lending_leads/graphql/lending_leads_module_config.py
happy-kitchen-89482
05/31/2023, 2:42 AMhappy-kitchen-89482
05/31/2023, 2:42 AMhappy-kitchen-89482
05/31/2023, 2:42 AM