X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fexecution%2Ftrace.py;h=19065dbe1c604d59d4a138be23b3c6bb20684d3f;hb=9ff58aeb6f61e082787e8df4531ae7c5e546e88e;hp=3b22eaf31f318ce4bcb75f838a3a6e25c0a8e55d;hpb=25a46fdfb9753474f35fa2dc677182f8500c52a9;p=nepi.git diff --git a/src/nepi/execution/trace.py b/src/nepi/execution/trace.py index 3b22eaf3..19065dbe 100644 --- a/src/nepi/execution/trace.py +++ b/src/nepi/execution/trace.py @@ -18,9 +18,8 @@ # Author: Alina Quereilhac class TraceAttr: - """ Class representing the different attributes - that can characterized a trace. - + """ Trace attributes represent different information + aspects that can be retrieved from a trace. """ ALL = 'all' STREAM = 'stream'