diff --git a/scripts/find_dependencies.py b/scripts/find_dependencies.py index d21bbf4078d3..44b930683f3b 100644 --- a/scripts/find_dependencies.py +++ b/scripts/find_dependencies.py @@ -351,8 +351,8 @@ def process_directory(): # repo_urls.update(check_js_dependencies()) # if (py_reqs := find_py_reqs()): # shutil.copyfile(py_reqs, repo_work / "base.txt") - repo_work = "/tmp/unpack_reqs/openedx/edx-platform" - with open(repo_work / "base.txt") as fbase: + + with open("/tmp/unpack_reqs/openedx/edx-platform/base.txt") as fbase: # Read each line (package name) in the file file_data = fbase.read()