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
python_apps/media-monitor2/media/monitor

View File

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