cc-3936: Fixed assertion.
This commit is contained in:
parent
92edaba55c
commit
87225d322e
python_apps/media-monitor2/media/monitor
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue