Skip to content

Update config.py#115

Open
ashok2216-A wants to merge 1 commit into
taoxugit:masterfrom
ashok2216-A:patch-1
Open

Update config.py#115
ashok2216-A wants to merge 1 commit into
taoxugit:masterfrom
ashok2216-A:patch-1

Conversation

@ashok2216-A

Copy link
Copy Markdown

I have fixed the issue in your code

changes:

def cfg_from_file(filename):
"""Load the configuration from a YAML file."""
with open(filename, 'r') as f:
yaml_cfg = edict(yaml.load(f, Loader=yaml.FullLoader))
return yaml_cfg

I have fixed the issue in your code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant