Skip to content

Commit

Permalink
Update to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HubTou authored Apr 13, 2024
1 parent 92a1fac commit 9a31d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = pnu-portstreelint
description = FreeBSD ports tree lint
long_description = file: README.md
long_description_content_type = text/markdown
version = 1.4.0
version = 1.4.1
license = BSD 3-Clause License
license_files = License
author = Hubert Tournier
Expand Down
3 changes: 1 addition & 2 deletions src/portstreelint/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from .show_summary import show_summary

# Version string used by the what(1) and ident(1) commands:
ID = "@(#) $Id: portstreelint - FreeBSD ports tree lint v1.4.0 (April 13, 2024) by Hubert Tournier $"
ID = "@(#) $Id: portstreelint - FreeBSD ports tree lint v1.4.1 (April 13, 2024) by Hubert Tournier $"

# Default parameters. Can be overcome by command line options:
parameters = {
Expand Down Expand Up @@ -304,7 +304,6 @@ def main():
libpnu.initialize_debugging(program_name)
libpnu.handle_interrupt_signals(libpnu.interrupt_handler_function)

print(sys.argv[1:])
if not "--nocfg" in sys.argv[1:]:
parameters = load_config(parameters)
_process_environment_variables()
Expand Down

0 comments on commit 9a31d7f

Please sign in to comment.