Skip to content

Commit

Permalink
one additional small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and chidozieononiwu committed Apr 4, 2019
1 parent cb75425 commit 0a922bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/python-packages/doc-warden/warden/cmd_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def verify_content(config):
# verify the presence of the readmes only
def verify_presence(config):
presence_results, ignored_presence_results = find_missing_readmes(config)
print(presence_results)
output_presence_results(presence_results, config)

if len(presence_results) > 0:
Expand Down

0 comments on commit 0a922bf

Please sign in to comment.