@@ -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
@@ -2186,7 +2186,7 @@ def get_parser(self, prog_name):
21862186 def take_action (self , parsed_args ):
21872187 def _show_progress (progress ):
21882188 if progress :
2189- self .app .stdout .write ('\r Progress: %s' % progress )
2189+ self .app .stdout .write (f '\r Progress: { progress } ' )
21902190 self .app .stdout .flush ()
21912191
21922192 compute_client = self .app .client_manager .sdk_connection .compute
@@ -3195,7 +3195,7 @@ def get_parser(self, prog_name):
31953195 def take_action (self , parsed_args ):
31963196 def _show_progress (progress ):
31973197 if progress :
3198- self .app .stdout .write ('\r Progress: %s' % progress )
3198+ self .app .stdout .write (f '\r Progress: { progress } ' )
31993199 self .app .stdout .flush ()
32003200
32013201 compute_client = self .app .client_manager .sdk_connection .compute
@@ -3347,7 +3347,7 @@ def get_parser(self, prog_name):
33473347 def take_action (self , parsed_args ):
33483348 def _show_progress (progress ):
33493349 if progress :
3350- self .app .stdout .write ('\r Progress: %s' % progress )
3350+ self .app .stdout .write (f '\r Progress: { progress } ' )
33513351 self .app .stdout .flush ()
33523352
33533353 compute_client = self .app .client_manager .sdk_connection .compute
@@ -3552,7 +3552,7 @@ def get_parser(self, prog_name):
35523552 def take_action (self , parsed_args ):
35533553 def _show_progress (progress ):
35543554 if progress :
3555- self .app .stdout .write ('\r Progress: %s' % progress )
3555+ self .app .stdout .write (f '\r Progress: { progress } ' )
35563556 self .app .stdout .flush ()
35573557
35583558 compute_client = self .app .client_manager .sdk_connection .compute
@@ -3813,7 +3813,7 @@ def get_parser(self, prog_name):
38133813 def take_action (self , parsed_args ):
38143814 def _show_progress (progress ):
38153815 if progress :
3816- self .app .stdout .write ('\r Progress: %s' % progress )
3816+ self .app .stdout .write (f '\r Progress: { progress } ' )
38173817 self .app .stdout .flush ()
38183818
38193819 compute_client = self .app .client_manager .sdk_connection .compute
@@ -4185,7 +4185,7 @@ def get_parser(self, prog_name):
41854185 def take_action (self , parsed_args ):
41864186 def _show_progress (progress ):
41874187 if progress :
4188- self .app .stdout .write ('\r Progress: %s' % progress )
4188+ self .app .stdout .write (f '\r Progress: { progress } ' )
41894189 self .app .stdout .flush ()
41904190
41914191 compute_client = self .app .client_manager .sdk_connection .compute
@@ -4581,7 +4581,7 @@ def get_parser(self, prog_name):
45814581 def take_action (self , parsed_args ):
45824582 def _show_progress (progress ):
45834583 if progress :
4584- self .app .stdout .write ('\r Progress: %s' % progress )
4584+ self .app .stdout .write (f '\r Progress: { progress } ' )
45854585 self .app .stdout .flush ()
45864586
45874587 compute_client = self .app .client_manager .sdk_connection .compute
@@ -5178,7 +5178,7 @@ def get_parser(self, prog_name):
51785178 def take_action (self , parsed_args ):
51795179 def _show_progress (progress ):
51805180 if progress :
5181- self .app .stdout .write ('\r Progress: %s' % progress )
5181+ self .app .stdout .write (f '\r Progress: { progress } ' )
51825182 self .app .stdout .flush ()
51835183
51845184 compute_client = self .app .client_manager .sdk_connection .compute
0 commit comments