Skip to content

Commit

Permalink
Merge pull request #60 from 4dn-dcic/local-check-execution-fix-20240315
Browse files Browse the repository at this point in the history
local-check-execution script fix
  • Loading branch information
dmichaels-harvard authored Mar 15, 2024
2 parents df3336f + a42ead0 commit 3523bb2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ foursight-core
Change Log
----------

5.4.1
=====
* Fix in local-check-execution script causing script crash.


5.4.0
=====
* 2024-03-03/dmichaels
Expand Down
2 changes: 2 additions & 0 deletions foursight_core/scripts/local_check_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def parse_args():
exit_with_no_action(f"Cannot open specified check_setup.json file: {args.check_setup}")
if args.verbose:
print(f"Using check_setup.json file: {args.check_setup}")
else:
args.check_setup_data = None
return args


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "foursight-core"
version = "5.4.0"
version = "5.4.1"
description = "Serverless Chalice Application for Monitoring"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3523bb2

Please sign in to comment.