----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/105/#review147 -----------------------------------------------------------
Instead of getting rid of them, couldn't you replace the sys.exit(1) with a "raise"? I don't know if the print statements are useful or not, but this would give you both things. - Nathan On 2010-08-05 21:51:50, Brad Beckmann wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.m5sim.org/r/105/ > ----------------------------------------------------------- > > (Updated 2010-08-05 21:51:50) > > > Review request for Default. > > > Summary > ------- > > ruby: Removed try except blocks in ruby creation > > Removed the try-except blocks used to catch problems in ruby python creation > because config error msgs would be caught and it was annoying to constantly > have to remove the blocks inorder to determine the exact error. > > > Diffs > ----- > > configs/ruby/Ruby.py a75564db03c3 > > Diff: http://reviews.m5sim.org/r/105/diff > > > Testing > ------- > > > Thanks, > > Brad > > _______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
