Resource stage: no space before colon (#28560)
This commit is contained in:
		@@ -704,8 +704,8 @@ def _add_to_root_stage(self):
 | 
				
			|||||||
            source_path = os.path.join(self.source_path, key)
 | 
					            source_path = os.path.join(self.source_path, key)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            if not os.path.exists(destination_path):
 | 
					            if not os.path.exists(destination_path):
 | 
				
			||||||
                tty.info('Moving resource stage\n\tsource : '
 | 
					                tty.info('Moving resource stage\n\tsource: '
 | 
				
			||||||
                         '{stage}\n\tdestination : {destination}'.format(
 | 
					                         '{stage}\n\tdestination: {destination}'.format(
 | 
				
			||||||
                             stage=source_path, destination=destination_path
 | 
					                             stage=source_path, destination=destination_path
 | 
				
			||||||
                         ))
 | 
					                         ))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user