We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eedefc5 + 2dac60c commit d5b8dc6Copy full SHA for d5b8dc6
utils/update_checkout/update_checkout/git_command.py
@@ -78,7 +78,7 @@ def run(
78
f"status {str(e.returncode)}, aborting"
79
)
80
raise GitException(
81
- e.returncode, command, os.path.dirname(repo_path), output
+ e.returncode, command, os.path.basename(repo_path), output
82
83
except OSError as e:
84
if fatal:
0 commit comments