##// END OF EJS Templates
correct the argument to warn function
Srinivas Reddy Thatiparthy -
Show More
@@ -45,7 +45,7 b' class DisplayHook(Configurable):'
45 self.do_full_cache = 0
45 self.do_full_cache = 0
46 cache_size = 0
46 cache_size = 0
47 warn('caching was disabled (min value for cache size is %s).' %
47 warn('caching was disabled (min value for cache size is %s).' %
48 cache_size_min,level=3)
48 cache_size_min,stacklevel=3)
49 else:
49 else:
50 self.do_full_cache = 1
50 self.do_full_cache = 1
51
51
General Comments 0
You need to be logged in to leave comments. Login now