Skip to content

Commit 5b2465f

Browse files
committed
Removed participant Configuration
1 parent 92f9658 commit 5b2465f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CPAC/pipeline/cpac_group_runner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,13 @@ def load_config_yml(config_file, individual=False):
3333
import os
3434
import yaml
3535
import yamlordereddictloader
36-
from CPAC.utils import Configuration
3736

3837
try:
3938
config_path = os.path.realpath(config_file)
4039

4140
config_dict = yaml.safe_load(open(config_path, 'r'))
4241

43-
config = Configuration(config_dict)
42+
config = config_dict
4443

4544
except Exception as e:
4645
err = "\n\n[!] CPAC says: Could not load or read the configuration " \

0 commit comments

Comments
 (0)