Skip to content

conif.yml not found #49

@dragona

Description

@dragona

This line will create an IOError if the script is run from the Main.py but not installed.

with open("config.yml", 'r') as ymlfile:
IOError: [Errno 2] No such file or directory: 'config.yml'

I suggest to first check the current dir, then load the config.yml file accordingly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions