From 3ebc80ade6e945b132d005324a00f9a072783ae6 Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Wed, 6 Aug 2014 10:56:37 +0400 Subject: [PATCH] fixed unresolved class use --- alloy.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/alloy.py b/alloy.py index be3d23be..c4847427 100755 --- a/alloy.py +++ b/alloy.py @@ -529,7 +529,6 @@ def validation_run(only, only_targets, reference_branch, number, notify, update, targets = targets_t + targets_generic_t[:-4] sde_targets = sde_targets_t - if "build" in only: targets = [] sde_targets = [] @@ -608,7 +607,7 @@ def validation_run(only, only_targets, reference_branch, number, notify, update, if ((("performance" in only) == True) or ("stability" in only) == False): print_debug("\n\nPerformance validation run\n\n", False, "") common.check_tools(1) - performance = options_for_drivers() + performance = common.EmptyClass() # performance constant options performance.number = number performance.config = "." + os.sep + "perf.ini"