mirror of https://github.com/python/cpython.git
Added reference to pdf documentation and bbpy, correctly explained
difference between aetools.Error and MacOS.Error for appletscript programs.
This commit is contained in:
parent
7081a69b24
commit
3d919c4d5b
|
@ -32,6 +32,8 @@ def main():
|
|||
if arg[0] == -609:
|
||||
print 'Connection invalid, is eudora running?'
|
||||
else:
|
||||
print 'Error, possibly ', arg[1]
|
||||
print 'MacOS Error:', arg[1]
|
||||
except aetools.Error, arg:
|
||||
print 'Eudora returned error:', arg
|
||||
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue