From dd2818a4a6b2a91e3fa670403fc43b89100d9a72 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Wed, 17 Apr 2024 18:19:39 +0500 Subject: [PATCH] chore: testing workflow --- scripts/find_dependencies.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/find_dependencies.py b/scripts/find_dependencies.py index a70fdb8585ad..f737987336cc 100644 --- a/scripts/find_dependencies.py +++ b/scripts/find_dependencies.py @@ -344,7 +344,8 @@ def process_directory(): if home_page is not None: if match := urls_in_orgs([home_page], SECOND_PARTY_ORGS): openedx_packages.append(home_page) - + + print(openedx_packages) return openedx_packages FIRST_PARTY_ORGS = ["openedx"]