From c82eb0c2f6fe7aaac84b302ae19b0e5285b760c1 Mon Sep 17 00:00:00 2001 From: Takuma Yoneda Date: Sun, 24 Dec 2023 15:25:45 -0600 Subject: [PATCH] minor --- lmn/cli/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmn/cli/run.py b/lmn/cli/run.py index 3264180..5032df8 100644 --- a/lmn/cli/run.py +++ b/lmn/cli/run.py @@ -201,7 +201,7 @@ def handler(project: Project, machine: Machine, parsed: Namespace, preset: dict) _hash = get_timestamp() machine.lmndir = Path(f'{machine.lmndir}/{_hash}') runtime_options.name = _hash - logger.warning(f'--contain flag is set.\n\tsetting the remote lmndir to {machine.lmndir}\n\tsetting jobs suffix to {_hash}') + logger.info(f'--contain flag is set.\n\tsetting the remote lmndir to {machine.lmndir}\n\tsetting jobs suffix to {_hash}') _sync_code(project, machine, runtime_options.dry_run)