CadQuery / CadQuery/CQ-editor

Render ANSI escape codes in the log viewer

Open
#78 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.2k
Forks
210
PR merge metrics
No merged PRs in 30d

Description

Sometimes I get this kind of errors in the log viewer:

```
[2019-08-12 21:06:27.455384] INFO: ipykernel.inprocess.ipkernel: Exception in execute request:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
 in 
----> 1 part

NameError: name 'part' is not defined
```

`[0;31m`, `[0;32m` and similar are [ANSI escape code](https://en.wikipedia.org/wiki/ANSI_escape_code), that should be rendered correctly in the window (ie. with colors).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.