Skip to content

Commit

Permalink
Merge pull request #67 from martincjespersen/v0.1.7
Browse files Browse the repository at this point in the history
V0.1.7
  • Loading branch information
martincjespersen authored Jan 9, 2023
2 parents aaaed58 + 0cade40 commit dd71c1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion loglicense/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def check(
results = validate_requirements(license_log, allowed, banned, validated)

result_status = [x[-1] for x in results[1:]]
print(results)

if any([x == "Banned" for x in result_status]):
raise ERR
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "loglicense"
version = "0.1.6"
version = "0.1.7"
description = "Log License"
authors = ["Martin Closter Jespersen <martincjespersen@gmail.com>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -31,6 +31,7 @@ toml = "^0.10.2"
types-tabulate = "^0.8.11"
types-toml = "^0.10.8"
gitpython = "^3.1.30"
certifi = "^2022.12.07"

[tool.poetry.dev-dependencies]
Pygments = ">=2.10.0"
Expand Down

0 comments on commit dd71c1e

Please sign in to comment.