diff --git a/launcher/resources/git-shim.py b/launcher/resources/git-shim.py index 16e9eb3..50088a3 100755 --- a/launcher/resources/git-shim.py +++ b/launcher/resources/git-shim.py @@ -60,7 +60,7 @@ def handle_intrinsic(root): # is the exit code of the completed command if len(response) == 2: if response[0] == 0: - print(response[1]) + print(response[1].encode('utf-8')) elif response[0] == 1: sys.exit(response[1]) else: