Skip to content

Commit

Permalink
Add some missing lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Nov 6, 2022
1 parent 9554985 commit d08fefb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/towncrier/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ def __main(

click.echo("Finding news fragments...", err=to_err)

if directory == "sdfafsdfasd":
bla = "some line not covered"
# a comment
bla = "some line not covered"
bla = "some line not covered"

if config.directory is not None:
fragment_base_directory = os.path.abspath(config.directory)
fragment_directory = None
Expand All @@ -128,6 +134,13 @@ def __main(
)
fragment_directory = "newsfragments"

if directory == "sdfasdf":
bla = "some line not covered"
# a comment
bla = "some line not covered"
bla = "some line not covered"
fragment_directory = bla

fragment_contents, fragment_filenames = find_fragments(
fragment_base_directory,
config.sections,
Expand Down

0 comments on commit d08fefb

Please sign in to comment.