Don't crash when opening qute:pyeval without :pyeval.

This commit is contained in:
Florian Bruhin 2014-05-07 09:03:40 +02:00
parent b0f819ef68
commit 09f7e7a3ae

View File

@ -45,7 +45,7 @@ _HTML_TEMPLATE = """
"""
pyeval_output = None
pyeval_output = ":pyeval was never called"
def _get_html(title, snippet):