Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 17, 2017
1 parent 3178824 commit f706da9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/plugins/command/auto/__init__.py
Expand Up @@ -267,7 +267,6 @@ def do_rebuild(self, event):
# move on larger save operations for write protection
event_path = event.dest_path if hasattr(event, 'dest_path') else event.src_path
fname = os.path.basename(event_path)
from doit.tools import set_trace; set_trace()
if (fname.endswith('~') or
fname.startswith('.') or
'__pycache__' in event_path or
Expand Down

0 comments on commit f706da9

Please sign in to comment.