mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +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):
|
||||
Plugin = PluginDoc(m)
|
||||
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:
|
||||
fd = file(path, 'w')
|
||||
except EnvironmentError, e:
|
||||
|
Loading…
Reference in New Issue
Block a user