style: Make the style fixers safe
authorJason Lowe-Power <powerjg@cs.wisc.edu>
Wed, 3 Aug 2016 16:10:46 +0000 (11:10 -0500)
committerJason Lowe-Power <powerjg@cs.wisc.edu>
Wed, 3 Aug 2016 16:10:46 +0000 (11:10 -0500)
commit8eb9cf8e944dac240c135cd2baff261e90c0c2b9
tree91c1dbbd098ab0e52a823f553fc18bd814697d52
parentba09d8ac92d8ac0316218466447e7758266a98ef
style: Make the style fixers safe

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
util/style/verifiers.py