From: Ben Steffen Date: Mon, 25 Nov 2019 02:54:32 +0000 (-0500) Subject: Fully switch over to Python 3 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-images.git/commitdiff_plain/e03dcb10680d5900a1a5219ee385efecab2c7a81?ds=inline;hp=e03dcb10680d5900a1a5219ee385efecab2c7a81 Fully switch over to Python 3 Use #!/usr/bin/env python3 shebang Remove verbosity argument and just use exceptions to display error conditions Use subprocess.run instead of Popen to throw exceptions upon command failure Use modern string formatting instead of % Clean up formatting according to what pylint recommends ---