Skip to content

Commit

Permalink
except Execption
Browse files Browse the repository at this point in the history
  • Loading branch information
joknarf committed Dec 20, 2024
1 parent 453a443 commit a2e2444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywebfs/pywebfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def grep(rex, path, first=False):
founds.append(newline)
if first:
return founds
except:
except Exception as e:
pass
return founds

Expand Down

0 comments on commit a2e2444

Please sign in to comment.