Misspelled the return variable from getOutputFileName.

This commit is contained in:
wsuetholz
2010-11-16 09:09:26 -06:00
parent 5618d8036b
commit e3b4769bfb
+1 -1
View File
@@ -100,7 +100,7 @@ class FanfictionSiteAdapter:
def getOutputFileName(self, booksDirectory, format):
self.outputFileName = booksDirectory + "/" + self.getOutputName() + "." + format
logging.debug('self.outputFileName=%s' % self.outputFileName)
return self.outputNameFileName
return self.outputFileName
def getAuthorURL(self):
logging.debug('self.authorURL=%s' % self.authorURL)