fix unicode error (string.format should probably promote the format string to unicode so I don't have to keep this in mind :(
This commit is contained in:
parent
c513b3bb11
commit
c1e7f7260d
@ -119,7 +119,7 @@ this way.
|
|||||||
|
|
||||||
|
|
||||||
print "Minecraft_Server.jar storage initialized."
|
print "Minecraft_Server.jar storage initialized."
|
||||||
print "Each server is stored in a subdirectory of {0} named with the server's version number".format(self.cacheDir)
|
print u"Each server is stored in a subdirectory of {0} named with the server's version number".format(self.cacheDir)
|
||||||
|
|
||||||
|
|
||||||
print "Cached servers: ", self.versions
|
print "Cached servers: ", self.versions
|
||||||
|
Reference in New Issue
Block a user