You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# geeknote show 5 --raw
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/geeknote-0.2a-py2.7.egg/geeknote/geeknote.py", line 902, in main
Notes().show(**ARGS)
File "/usr/local/lib/python2.7/dist-packages/geeknote-0.2a-py2.7.egg/geeknote/geeknote.py", line 695, in show
out.showNoteRaw(note)
File "/usr/local/lib/python2.7/dist-packages/geeknote-0.2a-py2.7.egg/geeknote/out.py", line 37, in wrapped
result = fn(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/geeknote-0.2a-py2.7.egg/geeknote/out.py", line 184, in showNoteRaw
printLine(Editor.ENMLtoText(note.content, 'pre'))
TypeError: ENMLtoText() takes exactly 1 argument (2 given)
Hello,
I have a crash with "--raw" option :
To fix this:
Best,
The text was updated successfully, but these errors were encountered: