mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
supybot-plugin-doc: It's outputDir not outputdir
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
parent
38f338ea48
commit
acd4e26401
@ -162,7 +162,7 @@ class PluginDoc(object):
|
|||||||
def genDoc(m, options):
|
def genDoc(m, options):
|
||||||
Plugin = PluginDoc(m)
|
Plugin = PluginDoc(m)
|
||||||
print 'Generating documentation for %s...' % Plugin.name
|
print 'Generating documentation for %s...' % Plugin.name
|
||||||
path = os.path.join(options.outputdir, '%s.stx' % Plugin.name)
|
path = os.path.join(options.outputDir, '%s.stx' % Plugin.name)
|
||||||
try:
|
try:
|
||||||
fd = file(path, 'w')
|
fd = file(path, 'w')
|
||||||
except EnvironmentError, e:
|
except EnvironmentError, e:
|
||||||
|
Loading…
Reference in New Issue
Block a user