1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 20:40:38 +00:00

Adding globbing functionality for import_configs

This commit is contained in:
Davide Laezza
2019-04-22 15:21:23 +02:00
parent 9925ec3928
commit 2949feaefd
2 changed files with 8 additions and 2 deletions

View File

@@ -305,7 +305,7 @@ profiles:
# create the importing base config file
importing_path = create_fake_config(tmp,
configname=self.CONFIG_NAME,
import_configs=(imported_path,),
import_configs=('config-*.yaml',),
**importing['config'])
# edit the imported config