]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Fixing lib/cr_vmware_tpl/app.py
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 10 Oct 2023 08:22:42 +0000 (10:22 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 10 Oct 2023 08:22:42 +0000 (10:22 +0200)
lib/cr_vmware_tpl/app.py

index e50d6f042fd3a17f0be97bafa5eeb89188425b9d..0181a316f45cf1d8db5e95ea3faaaa97678b5023 100644 (file)
@@ -38,7 +38,7 @@ from .xlate import __base_dir__ as __xlate_base_dir__
 from .xlate import __mo_file__ as __xlate_mo_file__
 from .xlate import XLATOR, LOCALE_DIR, DOMAIN
 
-__version__ = '1.5.5'
+__version__ = '1.5.6'
 LOG = logging.getLogger(__name__)
 
 _ = XLATOR.gettext
@@ -333,6 +333,8 @@ class CrTplApplication(FbConfigApplication):
         if self.verbose > 2:
             LOG.debug(_("Got command line arguments:") + '\n' + pp(self.args))
 
+        super(CrTplApplication, self).perform_arg_parser()
+
     # -------------------------------------------------------------------------
     def perform_arg_parser_vmware(self):
         """