WA-Testing-Tool icon indicating copy to clipboard operation
WA-Testing-Tool copied to clipboard

Python Notebook - Section 3 function call typo

Open acpang opened this issue 3 years ago • 0 comments

A number of cells (11) in Section 3 of the Python notebook are calling the 'copy_python_env_file_to_project_asset' function.

Although it is commented, when attempting to utilize, it will error because the function is looking for 3 parameters vs 2.

  • Current usage of 'copy_python_env_file_to_project_asset' function image

  • Fix for 'copy_python_env_file_to_project_asset' function image

acpang avatar Mar 08 '21 22:03 acpang