Navigation Menu

Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Feb 14, 2016
1 parent 3a67fc6 commit e316df4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/shortcodes.py
Expand Up @@ -186,7 +186,6 @@ def _parse_shortcode_args(data, start, shortcode_name, start_pos):
try:
pos = _skip_whitespace(data, pos, must_be_nontrivial=True)
except ParsingError:
from doit.tools import set_trace; set_trace()
if not args and not kwargs:
raise ParsingError("Shortcode '{0}' starting at {1} is not terminated correctly with '%}}}}'!".format(shortcode_name, _format_position(data, start_pos)))
else:
Expand Down

0 comments on commit e316df4

Please sign in to comment.