Yuvipanda has uploaded a new change for review.
https://gerrit.wikimedia.org/r/227386
Change subject: labstore: Make sure that output of .run() is unicode
......................................................................
labstore: Make sure that output of .run() is unicode
Change-Id: I9aaf37494b56c25e1b4bc3ba8bc902f38927116a
---
M modules/labstore/files/storage-replicate
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/86/227386/1
diff --git a/modules/labstore/files/storage-replicate
b/modules/labstore/files/storage-replicate
index 887709e..68b0a88 100755
--- a/modules/labstore/files/storage-replicate
+++ b/modules/labstore/files/storage-replicate
@@ -113,7 +113,7 @@
raise subprocess.CalledProcessError(1, command, err)
else:
- return subprocess.check_output(list(cmd))
+ return subprocess.check_output(list(cmd)).decode()
class Lockdir:
--
To view, visit https://gerrit.wikimedia.org/r/227386
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9aaf37494b56c25e1b4bc3ba8bc902f38927116a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits