Commit c5438805 authored by Jack Jansen's avatar Jack Jansen

Added reference to pdf documentation and bbpy, correctly explained

difference between aetools.Error and MacOS.Error for appletscript
programs.
parent 17fd70cc
......@@ -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()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment