From 3a40ab647dbb55976d093a933ec6e03e78c2ba36 Mon Sep 17 00:00:00 2001 From: Yusuf Zainee Date: Wed, 28 Aug 2019 13:01:53 +0530 Subject: [PATCH] transitve count -1 --- bayesian/api_v1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bayesian/api_v1.py b/bayesian/api_v1.py index 9ddf7848..5a050b6b 100644 --- a/bayesian/api_v1.py +++ b/bayesian/api_v1.py @@ -878,6 +878,7 @@ def post(): deps['external_request_id'] = request_id deps['current_stack_license'] = extract_licenses(license_files) + deps['show_transitive'] = show_transitive deps.update(is_modified_flag) if not worker_flow_enabled: