File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ def fetch_kwargs(self):
497
497
if self .proxy_host :
498
498
fetch_kwargs .update (proxy_host = self .proxy_host , proxy_port = self .proxy_port )
499
499
self .log .info (
500
- "Using web proxy { proxy_host}:{ proxy_port}." "" . format ( ** fetch_kwargs )
500
+ "Using web proxy %( proxy_host)s:%( proxy_port)." , fetch_kwargs
501
501
)
502
502
503
503
if self .no_check_certificate :
@@ -579,7 +579,7 @@ def static_paths(self):
579
579
def template_paths (self ):
580
580
default_template_path = pjoin (here , "templates" )
581
581
if self .template_path :
582
- self .log .info ("Using custom template path {}" . format ( self .template_path ) )
582
+ self .log .info ("Using custom template path %()s" , self .template_path )
583
583
template_paths = [self .template_path , default_template_path ]
584
584
else :
585
585
template_paths = [default_template_path ]
You can’t perform that action at this time.
0 commit comments