Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Grubenmann committed Oct 16, 2023
1 parent affc2a8 commit 239db9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
renku-python
2 changes: 1 addition & 1 deletion renku/infrastructure/git_merger.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _setup_worktrees(self, repository):
exc_str = traceback.format_exc(limit=None, chain=True)
if "No such file or directory" in exc_str and "Unable to create" in exc_str:
communication.error(
"Error when trying to sparse checkout worktree. Dies is likely due to using an old version of "
"Error when trying to sparse checkout worktree. This is likely due to using an old version of "
"git. Please try with a newer version."
)
# NOTE: cleanup worktree
Expand Down

0 comments on commit 239db9d

Please sign in to comment.