cc-3936: Fixed assertion.

This commit is contained in:
Rudi Grinberg 2012-08-27 12:28:16 -04:00
parent 92edaba55c
commit 87225d322e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class Organizer(ReportHandler,Loggable):
self.target_path)
"""
# Only handle this event type
assert isinstance(event, OrganizeFile)
assert isinstance(event, OrganizeFile) == True
try:
# We must select the target_path based on whether file was recorded
# by airtime or not.