-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Running on Windows outside a git repo I got a FileNotFoundError here:
Lines 194 to 203 in 2f93644
| def _save_git_commit_hash(self): | |
| try: | |
| label = subprocess.check_output( | |
| ["git", "rev-parse", "HEAD"], | |
| stderr=subprocess.PIPE | |
| ) | |
| except subprocess.CalledProcessError: | |
| # skip this step if current directory is | |
| # not a git repository | |
| return |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels