mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Minor output format change
This commit is contained in:
		
							parent
							
								
									f62f687453
								
							
						
					
					
						commit
						032d39461b
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -308,7 +308,8 @@ def process(filename, addmodules): | ||||||
| 		else: | 		else: | ||||||
| 			print 'Done.' | 			print 'Done.' | ||||||
| 	# | 	# | ||||||
| 	if not quiet: print 'Note: consider this:'; print 'strip', ofile | 	if not quiet and not noexec and sts == 0: | ||||||
|  | 		print 'Note: consider this:'; print '\tstrip', ofile | ||||||
| 	# | 	# | ||||||
| 	sys.exit(sts) | 	sys.exit(sts) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum