Skip to content

Commit

Permalink
Changes for source scanner without auto-recurse (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Feb 10, 2021
1 parent 281abf1 commit 1651c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfvfs/helpers/source_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def ScanForFileSystem(self, source_path_spec):
try:
resolver.Resolver.OpenFileSystem(
file_system_path_spec, resolver_context=self._resolver_context)
except errors.BackEndError:
except (KeyError, errors.BackEndError):
file_system_path_spec = None

return file_system_path_spec
Expand Down

0 comments on commit 1651c81

Please sign in to comment.