sync
This commit is contained in:
7
src/compose/src_path/get.py
Normal file
7
src/compose/src_path/get.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from compose.cfg.entity import CfgDataYaml
|
||||
from compose.src_path.entity import SrcPaths
|
||||
|
||||
|
||||
def src_path_get_files(src_paths: SrcPaths, data: CfgDataYaml):
|
||||
for path in data["files"]:
|
||||
yield src_paths.cfg_dir.joinpath(path)
|
||||
Reference in New Issue
Block a user