Skip to content

Commit f7551aa

Browse files
committed
Store decoded branch name instead of bytes
1 parent 08486b8 commit f7551aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qgis_deployment_toolbelt/profiles/profiles_handler_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def download(self, destination_local_path: Path) -> Repo:
374374
if isinstance(local_git_repository, Repo):
375375
self.DESTINATION_BRANCH_TO_USE = porcelain.active_branch(
376376
local_git_repository
377-
)
377+
).decode()
378378

379379
return local_git_repository
380380

0 commit comments

Comments
 (0)