Skip to content

feat(qol): add useful __repr__ to WorkspaceRunContext #3941

@zilto

Description

@zilto

Currently the object is a bit opaque. A useful representation would be

<WorkspacRunContext(run_dir="/Absolute/path/to/project", profile="current-profile")>

The use of < > is convention in Python to show that this __repr__ can't be used to directly instantiate the object again.

Metadata

Metadata

Assignees

Labels

QoLQuality of Life: improve the developer experience

Type

No type
No fields configured for issues without a type.

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions