##// END OF EJS Templates
fstring: improved formatting
super-admin -
r5017:b0894351 default
parent child Browse files
Show More
@@ -26,7 +26,7 b' class DebugStylePredicate(object):'
26 26 self.val = val
27 27
28 28 def text(self):
29 return 'debug style route = %s' % self.val
29 return f'debug style route = {self.val}'
30 30
31 31 phash = text
32 32
General Comments 0
You need to be logged in to leave comments. Login now