comparison run_pasta.py @ 30:3b80ba2c0fd1 draft

Uploaded
author greg
date Tue, 09 May 2017 13:02:31 -0400
parents 6accbd3a1449
children
comparison
equal deleted inserted replaced
29:437a43ec5fb4 30:3b80ba2c0fd1
49 49
50 followed by a return at the prompt. If the argument to the open command is a 50 followed by a return at the prompt. If the argument to the open command is a
51 directory, then it should open a Finder window in the directory (even if that 51 directory, then it should open a Finder window in the directory (even if that
52 directory is hidden by default). 52 directory is hidden by default).
53 ''' % temp_dir) 53 ''' % temp_dir)
54 except Exception, x: 54 except Exception as x:
55 if _DEVELOPER: 55 if _DEVELOPER:
56 raise 56 raise
57 message = "PASTA is exiting because of an error:\n%s " % str(x) 57 message = "PASTA is exiting because of an error:\n%s " % str(x)
58 try: 58 try:
59 from pasta import MESSENGER 59 from pasta import MESSENGER