Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sick-Beard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
Sick-Beard
Commits
fc0b834f
Commit
fc0b834f
authored
Apr 3, 2011
by
Nic Wolfe
Browse files
Options
Downloads
Patches
Plain Diff
Fix post processing
parent
b65b6cb2
Loading
Loading
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
sickbeard/postProcessor.py
+2
-1
2 additions, 1 deletion
sickbeard/postProcessor.py
with
2 additions
and
1 deletion
sickbeard/postProcessor.py
+
2
−
1
View file @
fc0b834f
...
...
@@ -36,6 +36,7 @@ from sickbeard import history
from
sickbeard
import
logger
from
sickbeard
import
notifiers
from
sickbeard
import
show_name_helpers
from
sickbeard
import
scene_exceptions
from
sickbeard
import
encodingKludge
as
ek
...
...
@@ -340,7 +341,7 @@ class PostProcessor(object):
# for each possible interpretation of that scene name
for
cur_name
in
name_list
:
self
.
_log
(
u
"
Checking scene exceptions for a match on
"
+
cur_name
,
logger
.
DEBUG
)
scene_id
=
s
how_name_helper
s
.
get_scene_exception_by_name
(
cur_name
)
scene_id
=
s
cene_exception
s
.
get_scene_exception_by_name
(
cur_name
)
if
scene_id
:
self
.
_log
(
u
"
Scene exception lookup got tvdb id
"
+
str
(
scene_id
)
+
u
"
, using that
"
,
logger
.
DEBUG
)
_finalize
(
parse_result
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment