Changeset 1660

Show
Ignore:
Timestamp:
03/10/10 13:30:09 (5 months ago)
Author:
mturk
Message:

Missed an error message in the "yt load" command

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/yt/command_line.py

    r1658 r1660  
    343343        except IOError: 
    344344            print "Could not load file." 
     345            sys.exit() 
    345346        import yt.mods 
    346347        from IPython.Shell import IPShellEmbed