Skip to content

fastWorkflow build command is generating incorrect import statement #20

Description

@sanchit056

Describe the bug
For the hello_world example, the build command is creating incorrect import statement:
from ...add_two_numbers import add_two_numbers
Instead it should be creating:
from ..hello_world_application.add_two_numbers import add_two_numbers

In my scenario, the hello_world_application folder is inside the workflow folderpath and a sibling of the _commands folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions