ruby: Removed try except blocks in ruby creation
Review Request #105 - Created Aug. 5, 2010 and submitted
| Information | |
|---|---|
| Brad Beckmann | |
| gem5 | |
| Reviewers | |
| Default | |
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.
Posted (Aug. 8, 2010, 1:40 p.m.)
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.
Review request changed
Updated (Aug. 11, 2010, 7:39 a.m.)
Diff: |
Revision 2 (+6 -5) |
|---|
