Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
takuma-yoneda committed Dec 24, 2023
1 parent 776d0c2 commit c82eb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmn/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c82eb0c

Please sign in to comment.