ml-tooling / contaxy

MIT License
10 stars 8 forks source link

Bugfix: Prefix of volume source is None when HOST_DATA_ROOT_PATH is not set #28

Closed JNKielmann closed 2 years ago

JNKielmann commented 2 years ago

This PR fixes two issues: When HOST_DATA_ROOT_PATH is not set it resulted in volume names with a leading None (e.g. Nonemy-project-pylab-p-my-project-s-test-vol).

The validation of the HOST_DATA_ROOT_PATH parameter (must end with slash) was not actually performed as it was not put into a validator method.