style: Make the style fixers safe
Review Request #3540 - Created July 1, 2016 and submitted
| Information | |
|---|---|
| Jason Lowe-Power | |
| gem5 | |
| Reviewers | |
| Default | |
Adds a wrapper to the fix functions of the verifiers. This wrapper first
copies the original file to a backup file, then performs the fix. If an
error occurs, the backup file is used to restore the original file.Also fixed a line-length error in verifiers.py
Posted (July 22, 2016, 11:50 a.m.)
Any comments on this patch? If not I'll push at the beginning of next week.
Thanks,
Jason
