Skip to content

[BUG] job.config.yaml not created on foundations init #177

@shaniVL

Description

@shaniVL

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions