collorg/halfORM_packager

hop new freeze

Opened this issue · 3 comments

When running "hop new" in a directory that already contains a ".hop/config" file and "myproject" directory, with an already existing database, the command just doesn't exit :

$ pipenv run hop new myproject
HALFORM_CONF_DIR: /etc/half_orm
Using '/etc/half_orm/myproject' file for connexion.

hop new <project> should check that it is not run in an existing project.

The fix is buggy!

Seems that hop update has the same issue. No output at all.