X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_sfadebug.py;h=33dd54d3721e0c3ead3606b89c5ae40c884af182;hb=HEAD;hp=c7b14c1d90f1e94ab5a7a9266829eb0799533d63;hpb=aed1c85ae8b784349ea657a3528b6c9984a5b692;p=tests.git diff --git a/system/config_sfadebug.py b/system/config_sfadebug.py index c7b14c1..33dd54d 100644 --- a/system/config_sfadebug.py +++ b/system/config_sfadebug.py @@ -1,11 +1,12 @@ +# -*- python3 -*- # Thierry Parmentelat -# Copyright (C) 2012 INRIA +# Copyright (C) 2015 INRIA # # increment SFA_API_LOGLEVEL on all incoming plc_spec's def config (plc_specs, options): def tweak_loglevel (plc_spec): - plc_spec['sfa']['SFA_API_LOGLEVEL'] += 1 + plc_spec['sfa']['settings']['SFA_API_LOGLEVEL'] += 1 return plc_spec return [tweak_loglevel (plc_spec) for plc_spec in plc_specs ]