Removing unused conversions subdir

This commit is contained in:
Christopher Allan Webber 2012-12-02 11:28:54 -06:00
parent 39c340f280
commit 7b8af389a9

View File

@ -81,10 +81,6 @@ def process_stl(entry):
"""
workbench = mgg.workbench_manager.create_workbench()
# Conversions subdirectory to avoid collisions
conversions_subdir = os.path.join(
workbench.dir, 'conversions')
os.mkdir(conversions_subdir)
queued_filepath = entry.queued_media_file
queued_filename = workbench.localized_file(
mgg.queue_store, queued_filepath, 'source')