mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
afbf4a4b51
commit
7839e164c4
@ -583,7 +583,7 @@ def main(args=sys.argv):
|
|||||||
if remove_plugin(opts.remove_plugin):
|
if remove_plugin(opts.remove_plugin):
|
||||||
print 'Plugin removed'
|
print 'Plugin removed'
|
||||||
else:
|
else:
|
||||||
print 'No custom pluginnamed', opts.remove_plugin
|
print 'No custom plugin named', opts.remove_plugin
|
||||||
if opts.customize_plugin is not None:
|
if opts.customize_plugin is not None:
|
||||||
name, custom = opts.customize_plugin.split(',')
|
name, custom = opts.customize_plugin.split(',')
|
||||||
plugin = find_plugin(name.strip())
|
plugin = find_plugin(name.strip())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user