mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Use dialog auto-placement whenever appropriate.
This commit is contained in:
parent
7a32fa1551
commit
804fdc80f9
8 changed files with 345 additions and 343 deletions
|
@ -293,9 +293,9 @@ class Main:
|
|||
try:
|
||||
macostools.copy(fullname, os.path.join(destprefix, dest), 1)
|
||||
except: #DBG
|
||||
print 'cwd', os.path.getcwd() #DBG
|
||||
print 'cwd', os.getcwd() #DBG
|
||||
print 'fsspec', macfs.FSSpec(fullname) #DBG
|
||||
sys.exit(1)
|
||||
raise
|
||||
for d in todo:
|
||||
if not self.rundir(d, destprefix, doit):
|
||||
rv = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue