##// END OF EJS Templates
Fixed indentation error.
cel -
Show More
@@ -112,7 +112,7 b' def check_pandoc_version():'
112 "Please consider reporting this issue and include the"
112 "Please consider reporting this issue and include the"
113 "output of pandoc --version.\nContinuing...",
113 "output of pandoc --version.\nContinuing...",
114 RuntimeWarning, stacklevel=2)
114 RuntimeWarning, stacklevel=2)
115 return False
115 return False
116 ok = check_version(v , _minimal_version )
116 ok = check_version(v , _minimal_version )
117 if not ok:
117 if not ok:
118 warnings.warn( "You are using an old version of pandoc (%s)\n" % v +
118 warnings.warn( "You are using an old version of pandoc (%s)\n" % v +
General Comments 0
You need to be logged in to leave comments. Login now