From 1f3bab3a66538d5cf3ca13ed76bcf015955302b3 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Sun, 4 Jan 2015 13:26:58 +0000 Subject: [PATCH] python3 tweak --- vmdebootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmdebootstrap b/vmdebootstrap index 1a96a14..a9127ae 100755 --- a/vmdebootstrap +++ b/vmdebootstrap @@ -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') -- 2.39.2