There was an error while loading. Please reload this page.
1 parent 95e100e commit 0c5ee89Copy full SHA for 0c5ee89
1 file changed
tmt/steps/prepare/shell.py
@@ -109,7 +109,7 @@ class PrepareShell(tmt.steps.prepare.PreparePlugin[PrepareShellData]):
109
_url_clone_lock = threading.Lock()
110
_cloned_repo_path_envvar_name = 'TMT_PREPARE_SHELL_URL_REPOSITORY'
111
112
- # Prepare scripts may be deferred for later execution.
+ #: Whether to run scripts immediately or defer them when the guest supports it.
113
_execute_immediately: ClassVar[bool] = False
114
115
@property
0 commit comments