-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Platform & setup
Linux server (Ubuntu18.04)
Describe the bug
When executing foundations init <my_project>
, a project is created with the following directory structure:
my_project
|--- README.txt
|--- data/
|--- __pycache__/
|--- main.py
Expected behavior
my_project
|--- README.txt
|--- data/
|--- __pycache__/
|--- main.py
|--- job.config.yaml
Suspected cause
Looking at the Scaffold code in the foundations_core_cli, I found that init copies a template from a certain directory. Some more searching lead me to said directory foundations_contrib/resources/template/ which does not contain this job.config.yaml file.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working