Read config from file
This commit is contained in:
parent
e3816dfdb7
commit
a3c949c7d5
5 changed files with 110 additions and 13 deletions
|
|
@ -34,7 +34,7 @@ def maybe_create_skeleton(config: Config, album_path: Path) -> tuple[bool, list[
|
|||
skel_files = []
|
||||
|
||||
skel_dir = Path(__file__).parent / "skel"
|
||||
logging.debug(f"Skeleton dir: {skel_dir}")
|
||||
logger.debug(f"Skeleton dir: {skel_dir}")
|
||||
|
||||
for parent_path, dirnames, filenames in skel_dir.walk():
|
||||
for filename in filenames:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue