79591491

Date: 2025-04-24 21:42:52
Score: 1.5
Natty:
Report link

For the observed error, try suggestions below and on this SO post:

As an alternative, create a folder (shared_config) under repo_master containing the config.py file (+ init.py) and installing it as a dependency (via requirements.txt > pip install -r requirements.txt).

repo_master

├── shared_config

│ ├── _init_.py

│ └── config.py

├── repo_a

│ └── cloud_function_a

│ ├── main.py

│ ├── requirements.txt

│ └── .github/workflows/deploy.yml

Reasons:
  • Blacklisted phrase (1): this tutorial
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: J_Dubu