From: Cooper Lees Date: Fri, 22 May 2020 19:16:31 +0000 (-0700) Subject: Capture CalledProcessError for any postitive returncode (#1450) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/ff6bbd5d960ef0053b20c9d9c621c8a348980833?hp=ff6bbd5d960ef0053b20c9d9c621c8a348980833 Capture CalledProcessError for any postitive returncode (#1450) - Leave logic to still allow for formatting changes to be ignored - Now just capture the output of any other error that has a > 1 returncode - Raise on anything else Test: Add unit test to exercise this new logic ---