From c284eba1e67b4b5e0cecf2b3ba0098706e967d60 Mon Sep 17 00:00:00 2001 From: GiaJordan Date: Thu, 18 Jul 2024 16:29:08 -0700 Subject: [PATCH] update function call --- schematic/models/validate_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schematic/models/validate_manifest.py b/schematic/models/validate_manifest.py index cfdfc169c..2ffc1d3b0 100644 --- a/schematic/models/validate_manifest.py +++ b/schematic/models/validate_manifest.py @@ -272,7 +272,7 @@ def validate_manifest_rules( ) elif validation_type == "filenameExists": vr_errors, vr_warnings = validation_method( - rule, manifest, project_scope, access_token + rule, manifest, access_token, project_scope ) else: vr_errors, vr_warnings = validation_method(