Use dialog auto-placement whenever appropriate.

This commit is contained in:
Jack Jansen 1998-04-27 15:12:13 +00:00
parent 7a32fa1551
commit 804fdc80f9
8 changed files with 345 additions and 343 deletions

View file

@ -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