Fixed bug when file reader not available. File reader registry now returns a reade that maps input to None.
This commit is contained in:
@ -77,4 +77,4 @@ def select_file_reader(path):
|
|||||||
return file_readers[extension]
|
return file_readers[extension]
|
||||||
|
|
||||||
# Default case if no reader is found
|
# Default case if no reader is found
|
||||||
return None
|
return lambda x : None
|
Reference in New Issue
Block a user