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 error when run nikola without options. #2297

Merged
merged 1 commit into from Mar 11, 2016
Merged

Conversation

qytz
Copy link
Contributor

@qytz qytz commented Mar 11, 2016

When I installed the plugin navstories, run nikola command without options get error:

# nikola 
Scanning posts.Cannot find 'rest' compiler; it might require an extra plugin -- do you have it installed?

@ralsina
Copy link
Member

ralsina commented Mar 11, 2016

I am not 100% sure this is the right solution but I don't quite remember that code... give me a few minutes.

@ralsina
Copy link
Member

ralsina commented Mar 11, 2016

On further reading the code:

  1. Yes, this is correct
  2. We need to add PluginCategory data to all plugins in the repo, or at least those which are commands. Opened Plugins in the plugins repo need updated metadata #2298

ralsina added a commit that referenced this pull request Mar 11, 2016
Fix error when run nikola without options.
@ralsina ralsina merged commit 2c1223f into getnikola:master Mar 11, 2016
@ralsina
Copy link
Member

ralsina commented Mar 11, 2016

Thanks for the fix @qytz !!!!

@qytz
Copy link
Contributor Author

qytz commented Mar 11, 2016

Yes, it's better to add PluginCategory data to all plugins.

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.

None yet

2 participants