X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=vmdebootstrap;h=a9127aed213f76249023f37ea1b1126ce3a0cd7b;hb=098773dcea040d16aed1e7bfd8236f63c3ea791a;hp=1a96a14cd7958abfc51e8a2531449344c45a27bc;hpb=82733ed113c8b9a4aa10e5bd23198009134e2840;p=forks%2Fvmdebootstrap.git 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')