deeplearninc / auger-ai

Auger python API and auger cli
MIT License
0 stars 1 forks source link

Trying to create project outside of project dir leads to attribute error #15

Open IgorFlint opened 5 years ago

IgorFlint commented 5 years ago

One can run augerai project create and it will finish successfully, but right after that cli will make attempt to save config to file which name is unset. By the way on saving it will give a try to read and raise an "'ConfigYaml' object has no attribute 'yaml'" Exception.

IgorFlint commented 5 years ago

The following issue is connected with deletion of project. User can create inside of project's dir arbitrary named projects (on Hub/Cloud) and store project's name in auger.yaml config. Which could be confusing: you can have project dir project_one and config with project: project_two inside. Another thing to discuss is that deletion of project will remove project's name from config file. We should deside whether it's desired behaviour or not.