Steps toward working "run" reprocessing command.

This commit sponsored by Philippe Casteleyn.  Thank you!
This commit is contained in:
Christopher Allan Webber
2013-08-09 16:12:06 -05:00
committed by Rodney Ewing
parent 7a414c8d42
commit 4ba5bdd96e
3 changed files with 57 additions and 10 deletions

View File

@@ -333,7 +333,7 @@ class InitialProcessor(CommonImageProcessor):
description = "Initial processing"
@classmethod
def media_is_eligibile(cls, media_entry):
def media_is_eligible(cls, media_entry):
"""
Determine if this media type is eligible for processing
"""