Chaostreff-Potsdam / erika3004

18 stars 5 forks source link

Bug: CLI no longer supports piped ASCII art #64

Closed ArchibaldBienetre closed 4 years ago

ArchibaldBienetre commented 4 years ago

Commands like this one are no longer working - this should be fixed + added to the manual test script.

cat tests/test_resources/test_ascii_art.txt | ./erika.sh render_ascii_art -d
ArchibaldBienetre commented 4 years ago

Line that causes an error: erika/erika_mock.py:55

        # escape sequences (numpad, function keys, ...) will be interpreted
        self.stdscr.keypad(True)