diff --git a/nikola/plugins/command/theme.py b/nikola/plugins/command/theme.py index 56c329516b..d0b04aba27 100644 --- a/nikola/plugins/command/theme.py +++ b/nikola/plugins/command/theme.py @@ -99,7 +99,7 @@ def _execute(self, options, args): """Install theme into current site.""" url = options['url'] - # See the "mode" we need to operate in + # See the "mode" we need to operate in install = options.get('install') uninstall = options.get('uninstall') list_available = options.get('list')