damccorm commented on code in PR #37360:
URL: https://github.com/apache/beam/pull/37360#discussion_r2728025754


##########
sdks/python/apache_beam/runners/portability/stager.py:
##########
@@ -245,12 +247,16 @@ def create_job_resources(
               'such as --requirements_file. ')
 
         if setup_options.requirements_cache != SKIP_REQUIREMENTS_CACHE:
-          (
+          populate_cache_callable = (
               populate_requirements_cache if populate_requirements_cache else

Review Comment:
   Oh, I see - it is just used for testing. Feel free to ignore this comment



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to