update samples from Release-110 as a part of SDK release

This commit is contained in:
amlrelsa-ms
2021-08-20 00:28:42 +00:00
parent 3ecbfd6532
commit d2a423dde9

View File

@@ -129,7 +129,8 @@
"for env in envs:\n",
" if env.startswith(\"AzureML\"):\n",
" print(\"Name\",env)\n",
" print(\"packages\", envs[env].python.conda_dependencies.serialize_to_string())"
" if envs[env].python.conda_dependencies is not None:\n",
" print(\"packages\", envs[env].python.conda_dependencies.serialize_to_string())"
]
},
{