Skip to content

Commit 24cd430

Browse files
ligurioTotktonada
andcommitted
python3: convert byte to string
Part of #20 Co-authored-by: Alexander Turenko <[email protected]>
1 parent 7f1f613 commit 24cd430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tarantool_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ def start(self, silent=True, wait=True, wait_load=True, rais=True, args=[],
811811
color_log("Starting the server ...\n", schema='serv_text')
812812
color_log("Starting ", schema='serv_text')
813813
color_log(path + " \n", schema='path')
814-
color_log(self.version() + "\n", schema='version')
814+
color_log(str(self.version()) + "\n", schema='version')
815815

816816
os.putenv("LISTEN", self.iproto.uri)
817817
os.putenv("ADMIN", self.admin.uri)

0 commit comments

Comments
 (0)