]> git.siccegge.de Git - forks/vmdebootstrap.git/commitdiff
python3 tweak
authorNeil Williams <codehelp@debian.org>
Sun, 4 Jan 2015 13:26:58 +0000 (13:26 +0000)
committerNeil Williams <codehelp@debian.org>
Sun, 4 Jan 2015 13:26:58 +0000 (13:26 +0000)
vmdebootstrap

index 1a96a14cd7958abfc51e8a2531449344c45a27bc..a9127aed213f76249023f37ea1b1126ce3a0cd7b 100755 (executable)
@@ -248,7 +248,7 @@ class VmDebootstrap(cliapp.Application):  # pylint: disable=too-many-public-meth
 
             if self.settings['owner']:
                 self.chown()
-        except BaseException, e:
+        except BaseException as e:
             self.message('EEEK! Something bad happened...')
             if rootdir:
                 db_log = os.path.join(rootdir, 'debootstrap', 'debootstrap.log')