Lichen

Change of deducer.py

828:fd110815f7f9
deducer.py
     1.1 --- a/deducer.py	Sat Jun 23 18:01:56 2018 +0200
     1.2 +++ b/deducer.py	Sun Jun 24 00:09:33 2018 +0200
     1.3 @@ -2719,7 +2719,7 @@
     1.4              # Apply any test.
     1.5  
     1.6              if test[0] == "test":
     1.7 -                test_accessor = accessor = ("__to_error", ("__%s_%s_%s" % test, accessor, test_type))
     1.8 +                test_accessor = accessor = ("__%s_%s_%s" % test, accessor, test_type)
     1.9              else:
    1.10                  test_accessor = None
    1.11