Skip to content

File Context can't be created with context_root_dir #10977

@CrossNox

Description

@CrossNox
context = gx.get_context(
        context_root_dir=context_root_dir, project_root_dir=None, mode="file"
)

Results in

TypeError: 'project_root_dir' and 'context_root_dir' are conflicting args; please only provide one

GX version: 1.3.7

I think this is due to

project_root_dir=project_root_dir or Path.cwd(),

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions