Skip to content

Commit

Permalink
Merge pull request #100 from basvandervlies/git/unicode_error_fix
Browse files Browse the repository at this point in the history
git promise type must just continue if we have unicode error
  • Loading branch information
olehermanse authored Sep 2, 2024
2 parents 2be0eee + eb8af73 commit f7d9c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions promise-types/git/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def evaluate_promise(self, promiser: str, attributes: Dict, metadata: Dict):
[
model.executable,
"diff",
"--shortstat",
"..{remote}/{version}".format(
remote=model.remote, version=model.version
),
Expand Down

0 comments on commit f7d9c23

Please sign in to comment.