typo. conversions not convirsions

thanks to saul for pointing this out.
This commit is contained in:
Rodney Ewing 2013-09-06 14:27:55 -07:00
parent 85cf52f865
commit 0485e9c892
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ class CommonAsciiProcessor(MediaProcessor):
# Conversions subdirectory to avoid collisions
self.conversions_subdir = os.path.join(
self.workbench.dir, 'convirsions')
self.workbench.dir, 'conversions')
os.mkdir(self.conversions_subdir)
# Pull down and set up the processing file

View File

@ -144,7 +144,7 @@ class CommonImageProcessor(MediaProcessor):
## @@: Should this be two functions?
# Conversions subdirectory to avoid collisions
self.conversions_subdir = os.path.join(
self.workbench.dir, 'convirsions')
self.workbench.dir, 'conversions')
os.mkdir(self.conversions_subdir)
# Pull down and set up the processing file