summaryrefslogtreecommitdiff
path: root/vmdebootstrap
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-01-04 13:26:58 +0000
committerNeil Williams <codehelp@debian.org>2015-01-04 13:26:58 +0000
commit1f3bab3a66538d5cf3ca13ed76bcf015955302b3 (patch)
tree8adcf9e8c707bf619c95a91d0b838c11ac79d8a0 /vmdebootstrap
parent82733ed113c8b9a4aa10e5bd23198009134e2840 (diff)
downloadvmdebootstrap-1f3bab3a66538d5cf3ca13ed76bcf015955302b3.tar.gz
python3 tweak
Diffstat (limited to 'vmdebootstrap')
-rwxr-xr-xvmdebootstrap2
1 files changed, 1 insertions, 1 deletions
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')