We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148883c commit 1eaa0a9Copy full SHA for 1eaa0a9
veadk/cli/cli_deploy.py
@@ -119,6 +119,9 @@ def deploy(
119
120
# copy requirements.txt
121
if (user_proj_abs_path / "requirements.txt").exists():
122
+ logger.debug(
123
+ f"Find a requirements.txt in {user_proj_abs_path}/requirements.txt, copy it to temp project."
124
+ )
125
shutil.copy(
126
user_proj_abs_path / "requirements.txt",
127
Path(TEMP_PATH) / tmp_dir_name / "src" / "requirements.txt",
0 commit comments