arcus-azure/arcus.azureml

Issues with init_project_structure

Closed this issue · 2 comments

Describe the bug

  1. init_project_structure() - empty root_folder fails - should have a default folder path like 'src'
  2. init_project_structure('src') - change the current working directory after creating the folders.Now its pointing to 'src/.'. When init_project_structure('src') is run again, new set of folders are created again.

To Reproduce
Run init_project_structure('src') twice and check the folders created.

Expected behavior
Should create the folders only one under 'src'

Additional context

  • Version : 1.0.0a2020043003

@SriramAvatar is this still relevant ?

Closing due to inactivity