Skip to content
This repository was archived by the owner on Mar 5, 2018. It is now read-only.
This repository was archived by the owner on Mar 5, 2018. It is now read-only.

Fix python module names to comply with script ones #104

@rwngwn

Description

@rwngwn

in CCT modules invocation we have scheme:
name.package.operation
in script:

  • name is name of the dir containing image.yaml
  • package is sibling dir of image.yaml
  • operation is name of the script

in python:

  • name - name of python file
  • package - Class name
  • operation - method

We should change name of python file to a dir containing image.yaml

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions