]> Frank Brehm's Git Trees - pixelpark/create-terraform.git/commitdiff
Fixing lib/cr_tf/app.py
authorFrank Brehm <frank.brehm@pixelpark.com>
Mon, 6 Sep 2021 14:27:18 +0000 (16:27 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Mon, 6 Sep 2021 14:27:18 +0000 (16:27 +0200)
lib/cr_tf/app.py

index 8bdba3aca39e9cc137bcacb89507623656a9997b..fbc76f5af09afa5a2fa68646f1ce49426adb7a20 100644 (file)
@@ -47,7 +47,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.1.8'
+__version__ = '1.1.9'
 LOG = logging.getLogger(__name__)
 
 SIGNAL_NAMES = {
@@ -485,7 +485,7 @@ class CrTfApplication(BaseApplication):
             a=self.appname, v=__pkg_version__))
 
         try:
-            if self.handler.first_call(yaml_file):
+            if self.handler.first_call(self.yaml_file):
                 self.verify_vsphere_credentials()
                 self.handler(self.yaml_file)
         except ExpectedHandlerError as e: