From: Frank Brehm Date: Mon, 17 Oct 2022 08:11:12 +0000 (+0200) Subject: Minor change X-Git-Tag: 2.7.1~1^2~1^2 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=3f6fe8199e5ae572b3da152dceeb363bdedd6541;p=pixelpark%2Fcreate-vmware-tpl.git Minor change --- diff --git a/lib/cr_vmware_tpl/app.py b/lib/cr_vmware_tpl/app.py index 966bbc0..b41f3fd 100644 --- a/lib/cr_vmware_tpl/app.py +++ b/lib/cr_vmware_tpl/app.py @@ -110,6 +110,8 @@ class CrTplApplication(FbConfigApplication): 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)