嗨
我需要把配置文件駐留在一個單獨的目錄的腳本。路徑和執行在一個筆記本/ python文件工作好。當腳本將使用代碼存儲庫目錄名稱混淆
(磚運行時)
回購dir: /工作區/回購/ <用戶> / Python
/ config / config.yaml
/測試/ test_script.py
(工作流)
回購dir:工作區/回購/ internal / af8a942fc5_commits
/ c4e7042bee838df9e01242cc09cc81524cc07f24 config.yaml
/ b01e96980f85e154fc22e20c225275216fefde80 test_script.py
我怎麼從test_script內部參考。py和閱讀config.yaml嗎?
注意,目錄名稱更改每次運行……