Skip to content

Commit bd94ae4

Browse files
therazixtcornell-bus
authored andcommitted
squash: change comment
1 parent c3494b3 commit bd94ae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tmt/steps/prepare/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class PrepareShell(tmt.steps.prepare.PreparePlugin[PrepareShellData]):
109109
_url_clone_lock = threading.Lock()
110110
_cloned_repo_path_envvar_name = 'TMT_PREPARE_SHELL_URL_REPOSITORY'
111111

112-
# Prepare scripts may be deferred for later execution.
112+
#: Whether to run scripts immediately or defer them when the guest supports it.
113113
_execute_immediately: ClassVar[bool] = False
114114

115115
@property

0 commit comments

Comments
 (0)