Jyrki Lindroos
Jyrki Lindroos
**Describe the bug** The following code: ```python console = Console(record=True) print("Before Capture started:") console.print("[blue underline]Print 0") with console.capture() as capture: console.print("[blue underline]Print 1") console.print("[blue underline]Print 2") console.print("[blue underline]Print 3") console.print("[blue...
- **Poetry version**: 1.2.2 - **Python version**: 3.8.10 - **OS version and name**: Ubuntu 18.04 - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using a recommended method....
With following configuration: ```yaml --- logging: console: modify: yes level: DEBUG stagerunner: stages: - name: Initialize Run type: ConfigureStage - name: Workspace type: WsbStage arguments: name: Configs ... ``` original...