##// END OF EJS Templates
py3: use "%f" for floats instead of "%s"...
Pulkit Goyal -
r39655:2aa12d7f default
parent child Browse files
Show More
@@ -345,7 +345,7 b' class monotone_source(common.converter_s'
345
345
346 if version >= 12.0:
346 if version >= 12.0:
347 self.automatestdio = True
347 self.automatestdio = True
348 self.ui.debug("mtn automate version %s - using automate stdio\n" %
348 self.ui.debug("mtn automate version %f - using automate stdio\n" %
349 version)
349 version)
350
350
351 # launch the long-running automate stdio process
351 # launch the long-running automate stdio process
General Comments 0
You need to be logged in to leave comments. Login now