Skip to content

Commit

Permalink
duh
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Aug 1, 2023
1 parent e03e2fa commit 21ec6bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/nikola.py
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,6 @@ def scan_posts(self, really=False, ignore_quit=False, quiet=False):
dest,
self.post_per_file[dest].source_path,
post.source_path))
breakpoint()
quit = True
if (src_dest in self.post_per_file) and self.config['COPY_SOURCES']:
utils.LOGGER.error('Two posts are trying to generate {0}: {1} and {2}'.format(
Expand Down

0 comments on commit 21ec6bf

Please sign in to comment.