Commit acbd25c
authored
Fix non-clearing output when nothing is outputted (#60)
When the the update does not print anything the output is not cleared,
since it waits for an output to be cleared. We fix this by printing an
empty string to invoke the clearning of the output
* Ignore B040 for checks failing
Through an update linter complained that no error message is raised, but
we do not want to raise an error message when one of the checks raises
one.1 parent 7519ac6 commit acbd25c
File tree
2 files changed
+8
-1
lines changed- src/scwidgets
- check
- exercise
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
660 | 665 | | |
661 | 666 | | |
662 | 667 | | |
| |||
0 commit comments