From 233697e90408c089b94223017a1cc3d7ff4fb521 Mon Sep 17 00:00:00 2001 From: Potenz Date: Fri, 3 Oct 2025 19:02:53 +0530 Subject: [PATCH] fix(code fixed) --- apps/SeleniumService/selenium_eligibilityCheckWorker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/SeleniumService/selenium_eligibilityCheckWorker.py b/apps/SeleniumService/selenium_eligibilityCheckWorker.py index 8fc09f3..832b25a 100644 --- a/apps/SeleniumService/selenium_eligibilityCheckWorker.py +++ b/apps/SeleniumService/selenium_eligibilityCheckWorker.py @@ -156,7 +156,7 @@ class AutomationMassHealthEligibilityCheck: # wait for the PDF to fully appear downloaded_path = wait_for_pdf_download() # generate unique target path (include memberId) - target_path = self._unique_target_path() + target_path = _unique_target_path() # It's possible Chrome writes a file with a fixed name: copy/rename it to our target name. shutil.copyfile(downloaded_path, target_path) # ensure the copied file is writable / stable