Skip to content

Commit

Permalink
Merge branch 'master' of https:/david-a-wheeler/flawfinder
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Wheeler <[email protected]>
  • Loading branch information
david-a-wheeler committed Jan 30, 2022
2 parents c57197c + 6168884 commit 614801f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ As always, if you're modifying the software, you'll need to have
your development environment set up. You need:

* make
* python2 (invokable as "python2")
* python3 (invokable as "python3")
* python2 (invocable as "python2")
* python3 (invocable as "python3")
* pylint (see below)

An easy way to install pylint is to use pip.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ is configured to use UTF-8 (the most common situation by far).

However, it's possible for flawfinder to halt if there is a
character encoding problem and you're running Python3.
The usual symptom is error meesages like this:
The usual symptom is error messages like this:
`Error: encoding error in FILENAME 'ENCODING' codec can't decode byte ... in position ...: invalid start byte`

Unfortunately, Python3 fails to provide useful built-ins to deal with this.
Expand Down
1 change: 1 addition & 0 deletions flawfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ def show(self):
print_multi_line(main_text)
if output_format:
print(" </i>", end='')
print("</li>", end='')
print()
if show_context:
if output_format:
Expand Down

0 comments on commit 614801f

Please sign in to comment.