From 713053c4f44bdce9ee454e765087459c923f6f1a 2014-08-02 11:01:05 From: cel Date: 2014-08-02 11:01:05 Subject: [PATCH] Fixed indentation error. --- diff --git a/IPython/nbconvert/utils/pandoc.py b/IPython/nbconvert/utils/pandoc.py index 4ae9720..fa320de 100644 --- a/IPython/nbconvert/utils/pandoc.py +++ b/IPython/nbconvert/utils/pandoc.py @@ -112,7 +112,7 @@ def check_pandoc_version(): "Please consider reporting this issue and include the" "output of pandoc --version.\nContinuing...", RuntimeWarning, stacklevel=2) - return False + return False ok = check_version(v , _minimal_version ) if not ok: warnings.warn( "You are using an old version of pandoc (%s)\n" % v +