mirror of
				https://github.com/Mikaela/Limnoria.git
				synced 2025-10-31 07:37:22 +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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 James Vega
						James Vega