| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d28c20b commit e80fc5f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -475,9 +475,10 @@ def refresh(cls, path: Union[None, PathLike] = None) -> bool: | |||
| 475 | 475 | ) | |
| 476 | 476 | raise ImportError(err) | |
| 477 | 477 | ||
| 478 | - # We get here if this was the init refresh and the refresh mode was not | ||
| 479 | - # error. Go ahead and set the GIT_PYTHON_GIT_EXECUTABLE such that we | ||
| 480 | - # discern the difference between a first import and a second import. | ||
| 478 | + # We get here if this was the initial refresh and the refresh mode was | ||
| 479 | + # not error. Go ahead and set the GIT_PYTHON_GIT_EXECUTABLE such that we | ||
| 480 | + # discern the the difference between the first refresh at import time | ||
| 481 | + # and subsequent calls to refresh. | ||
| 481 | 482 | cls.GIT_PYTHON_GIT_EXECUTABLE = cls.git_exec_name | |
| 482 | 483 | else: | |
| 483 | 484 | # After the first refresh (when GIT_PYTHON_GIT_EXECUTABLE is no longer | |
| Back | FazBrowse Home | New Git URL |
0 commit comments