Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: customer reported that sometimes box_parse_additional_details could raise an error when trying to json.loads #516

Merged
merged 13 commits into from
Sep 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ deps:
deps-update:
pipenv update

global-helpers-unit-test:
pipenv run python global_helpers/*_test.py
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++


lint: lint-pylint lint-fmt

lint-pylint:
Expand All @@ -35,6 +38,6 @@ fmt:
install:
pipenv install --dev

test:
test: global-helpers-unit-test
pipenv run panther_analysis_tool test

Loading