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