Private GIT

Skip to content
Snippets Groups Projects
Commit e9855650 authored by labrys's avatar labrys
Browse files

Fix typo

parent 3ed98522
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ class PostProcessor(object): ...@@ -47,7 +47,7 @@ class PostProcessor(object):
return return
if not (force or ek(os.path.isabs, sickbeard.TV_DOWNLOAD_DIR)): if not (force or ek(os.path.isabs, sickbeard.TV_DOWNLOAD_DIR)):
logger.log(u"Automatic post-processing attempted but directory is relatve " logger.log(u"Automatic post-processing attempted but directory is relative "
u"(and probably not what you really want to process): %s" % u"(and probably not what you really want to process): %s" %
sickbeard.TV_DOWNLOAD_DIR, logger.ERROR) sickbeard.TV_DOWNLOAD_DIR, logger.ERROR)
self.amActive = False self.amActive = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment