@@ -1504,7 +1504,7 @@ def get_parser(self, prog_name):
15041504 def take_action (self , parsed_args ):
15051505 def _show_progress (progress ):
15061506 if progress :
1507- self .app .stdout .write ('\r Progress: %s' % progress )
1507+ self .app .stdout .write (f '\r Progress: { progress } ' )
15081508 self .app .stdout .flush ()
15091509
15101510 compute_client = self .app .client_manager .sdk_connection .compute
@@ -2189,7 +2189,7 @@ def get_parser(self, prog_name):
21892189 def take_action (self , parsed_args ):
21902190 def _show_progress (progress ):
21912191 if progress :
2192- self .app .stdout .write ('\r Progress: %s' % progress )
2192+ self .app .stdout .write (f '\r Progress: { progress } ' )
21932193 self .app .stdout .flush ()
21942194
21952195 compute_client = self .app .client_manager .sdk_connection .compute
@@ -3198,7 +3198,7 @@ def get_parser(self, prog_name):
31983198 def take_action (self , parsed_args ):
31993199 def _show_progress (progress ):
32003200 if progress :
3201- self .app .stdout .write ('\r Progress: %s' % progress )
3201+ self .app .stdout .write (f '\r Progress: { progress } ' )
32023202 self .app .stdout .flush ()
32033203
32043204 compute_client = self .app .client_manager .sdk_connection .compute
@@ -3350,7 +3350,7 @@ def get_parser(self, prog_name):
33503350 def take_action (self , parsed_args ):
33513351 def _show_progress (progress ):
33523352 if progress :
3353- self .app .stdout .write ('\r Progress: %s' % progress )
3353+ self .app .stdout .write (f '\r Progress: { progress } ' )
33543354 self .app .stdout .flush ()
33553355
33563356 compute_client = self .app .client_manager .sdk_connection .compute
@@ -3555,7 +3555,7 @@ def get_parser(self, prog_name):
35553555 def take_action (self , parsed_args ):
35563556 def _show_progress (progress ):
35573557 if progress :
3558- self .app .stdout .write ('\r Progress: %s' % progress )
3558+ self .app .stdout .write (f '\r Progress: { progress } ' )
35593559 self .app .stdout .flush ()
35603560
35613561 compute_client = self .app .client_manager .sdk_connection .compute
@@ -3816,7 +3816,7 @@ def get_parser(self, prog_name):
38163816 def take_action (self , parsed_args ):
38173817 def _show_progress (progress ):
38183818 if progress :
3819- self .app .stdout .write ('\r Progress: %s' % progress )
3819+ self .app .stdout .write (f '\r Progress: { progress } ' )
38203820 self .app .stdout .flush ()
38213821
38223822 compute_client = self .app .client_manager .sdk_connection .compute
@@ -4188,7 +4188,7 @@ def get_parser(self, prog_name):
41884188 def take_action (self , parsed_args ):
41894189 def _show_progress (progress ):
41904190 if progress :
4191- self .app .stdout .write ('\r Progress: %s' % progress )
4191+ self .app .stdout .write (f '\r Progress: { progress } ' )
41924192 self .app .stdout .flush ()
41934193
41944194 compute_client = self .app .client_manager .sdk_connection .compute
@@ -4584,7 +4584,7 @@ def get_parser(self, prog_name):
45844584 def take_action (self , parsed_args ):
45854585 def _show_progress (progress ):
45864586 if progress :
4587- self .app .stdout .write ('\r Progress: %s' % progress )
4587+ self .app .stdout .write (f '\r Progress: { progress } ' )
45884588 self .app .stdout .flush ()
45894589
45904590 compute_client = self .app .client_manager .sdk_connection .compute
@@ -5181,7 +5181,7 @@ def get_parser(self, prog_name):
51815181 def take_action (self , parsed_args ):
51825182 def _show_progress (progress ):
51835183 if progress :
5184- self .app .stdout .write ('\r Progress: %s' % progress )
5184+ self .app .stdout .write (f '\r Progress: { progress } ' )
51855185 self .app .stdout .flush ()
51865186
51875187 compute_client = self .app .client_manager .sdk_connection .compute
0 commit comments