]> Frank Brehm's Git Trees - pixelpark/create-terraform.git/commitdiff
Minor change
authorFrank Brehm <frank.brehm@pixelpark.com>
Mon, 17 Oct 2022 10:46:48 +0000 (12:46 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Mon, 17 Oct 2022 10:46:48 +0000 (12:46 +0200)
lib/cr_tf/app.py

index 6548e11684f4b70531d27fd67e86888b400fe0c7..cccb6b0efe758d08fb2960a6254325516db91e42 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.2.0'
+__version__ = '1.2.1'
 LOG = logging.getLogger(__name__)
 
 SIGNAL_NAMES = {
@@ -160,6 +160,8 @@ class CrTfApplication(BaseApplication):
     Class for the application objects.
     """
 
+    show_simulate_option = True
+
     re_prefix = re.compile(r'^[a-z0-9][a-z0-9_]*$', re.IGNORECASE)
     re_anum = re.compile(r'[^A-Z0-9_]+', re.IGNORECASE)
     fake_root_passwd = generate_password(12)