Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit custom config #198

Open
lizgzil opened this issue Aug 15, 2023 · 0 comments
Open

Edit custom config #198

lizgzil opened this issue Aug 15, 2023 · 0 comments

Comments

@lizgzil
Copy link
Collaborator

lizgzil commented Aug 15, 2023

If you are using a custom config when using this packages in another project, you shouldnt have to move lots of files around in order to use the custom cofnig.

e.g. in the prinz project we need to move all the files to the extract skills location, so run this script

really we should be able to point to different locations not in the extract skills package folder.

In extract_skills.py we have:

config_path = os.path.join(
            PROJECT_DIR, "ojd_daps_skills/config/", config_name + ".yaml"
        )

but I suppose this should be customisable to read the config from a custom location

@lizgzil lizgzil changed the title Edit customer config Edit custom config Aug 15, 2023
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

No branches or pull requests

1 participant