diff --git a/python_apps/media-monitor2/media/monitor/organizer.py b/python_apps/media-monitor2/media/monitor/organizer.py index bd4f218f0..ac6808dab 100644 --- a/python_apps/media-monitor2/media/monitor/organizer.py +++ b/python_apps/media-monitor2/media/monitor/organizer.py @@ -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.