Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blessed terminal functions are not properly emulated causing crash #42

Closed
Kraymer opened this issue Jan 10, 2016 · 1 comment
Closed

Comments

@Kraymer
Copy link
Owner

Kraymer commented Jan 10, 2016

Traceback (most recent call last):
File "C:\Python27\Scripts\qifqif-script.py", line 9, in 
load_entry_point('qifqif==0.5.1', 'console_scripts', 'qifqif')()
File "C:\Python27\lib\site-packages\qifqif__init__.py", line 350, in main
transacs = process_file(transacs_orig, options=args)
File "C:\Python27\lib\site-packages\qifqif__init__.py", line 237, in process_file
cat, match = process_transaction(t, options)
File "C:\Python27\lib\site-packages\qifqif__init__.py", line 207, in process_transaction
print('---\n' + TERM.clear_eol, end='')
TypeError: coercing to Unicode: need string or buffer, function found
Kraymer added a commit that referenced this issue Jan 10, 2016
fix #42 correctly mock blessed terminal functions
@flywire
Copy link

flywire commented Jan 11, 2016

V0.6.0 works no problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants