Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
added . output for filter for section warning
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern committed Nov 12, 2018
1 parent 5b2d5c7 commit e1a3ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filter_section_warning.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
or 'note: change section name to' in line):
next(sys.stdin)
next(sys.stdin)
sys.stdout('.')
else:
sys.stdout.write(line)
sys.stdout.flush()

0 comments on commit e1a3ade

Please sign in to comment.