Skip to content

Commit 7068228

Browse files
committed
release-upload: remove uneeded decode which blows up
1 parent fcd46ba commit 7068228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-upload

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ https://github.com/cirosantilli/linux-kernel-module-cheat#release-upload
2323
'describe',
2424
'--exact-match',
2525
'--tags'
26-
]).decode().rstrip()
26+
]).rstrip()
2727
upload_path = self.env['release_zip_file']
2828

2929
# Check the release already exists.

0 commit comments

Comments
 (0)