typo. conversions not convirsions
thanks to saul for pointing this out.
This commit is contained in:
parent
85cf52f865
commit
0485e9c892
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user