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

Fix mini bug when running "kge start" without specified config #50

Merged
merged 1 commit into from
Oct 7, 2019

Conversation

Nzteb
Copy link
Contributor

@Nzteb Nzteb commented Oct 4, 2019

No description provided.

@@ -145,7 +145,7 @@ def create_parser(config, additional_args=[]):
if args.command == "start":
# use toy config file if no config given
if args.config is None:
args.config = "examples/toy.yaml"
args.config = kge_base_dir() + "/" + "examples/toy-complex-train.yaml"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Toy.yaml does not exist.
When leaving out kge_base_dir() it crashes in my IDE but works on the console. When including it, it works on both.

@rgemulla rgemulla merged commit 4bc75f0 into uma-pi1:master Oct 7, 2019
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.

2 participants