| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2345c1a commit 7b684cd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -67,7 +67,15 @@ def TestOneInput(data): | |||
| 67 | 67 | ) | |
| 68 | 68 | repo.index.commit(f"Removed submodule {submodule_name}") | |
| 69 | 69 | ||
| 70 | - except (ParsingError, GitCommandError, InvalidGitRepositoryError, FileNotFoundError, BrokenPipeError): | ||
| 70 | + except ( | ||
| 71 | + ParsingError, | ||
| 72 | + GitCommandError, | ||
| 73 | + InvalidGitRepositoryError, | ||
| 74 | + FileNotFoundError, | ||
| 75 | + FileExistsError, | ||
| 76 | + IsADirectoryError, | ||
| 77 | + BrokenPipeError, | ||
| 78 | + ): | ||
| 71 | 79 | return -1 | |
| 72 | 80 | except (ValueError, OSError) as e: | |
| 73 | 81 | expected_messages = [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments