mirror of
				https://github.com/python/cpython.git
				synced 2025-10-29 20:51:26 +00:00 
			
		
		
		
	Fix an omission in the previous checkin.
This commit is contained in:
		
							parent
							
								
									b340acf9fd
								
							
						
					
					
						commit
						2373ff4e4f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -161,7 +161,7 @@ def interact(options, title): | |||
| 		if n == DIR_ITEM: | ||||
| 			fss = EasyDialogs.AskFolder(message='Select python home folder:', | ||||
| 				wanted=macfs.FSSpec) | ||||
| 			if ok: | ||||
| 			if fss: | ||||
| 				options['dir'] = fss | ||||
| 		elif n == HELP_ITEM and Help: | ||||
| 			onoff = Help.HMGetBalloons() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jack Jansen
						Jack Jansen