Skip to content

Commit

Permalink
Merge from 5.x: PR #17079
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Dec 24, 2021
2 parents 093e1bc + 1e9286f commit a71dbb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spyder/plugins/findinfiles/widgets/search_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ def find_files_in_path(self, path):
except re.error:
self.error_flag = _("invalid regular expression")
return False
except FileNotFoundError:
return False

# Process any pending results
if self.partial_results:
Expand Down

0 comments on commit a71dbb2

Please sign in to comment.