summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-07-24 23:01:27 +0200
committerStefan Kost <ensonic@users.sf.net>2011-07-24 23:01:27 +0200
commitdc9ffeeec38df1132054dc4e18cb5c6043b7ed72 (patch)
tree63551036bc09e79d39494a0f241ed55e38084c52
parent829c80eba0bb9efaccb15c298f06cabfc20f63a9 (diff)
splitlog: add todo item
-rwxr-xr-xsrc/gsttl_splitlog.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gsttl_splitlog.py b/src/gsttl_splitlog.py
index 6c9a2c4..5a7bcf0 100755
--- a/src/gsttl_splitlog.py
+++ b/src/gsttl_splitlog.py
@@ -5,6 +5,10 @@
# takes basename from log and creates subdir with splitted logs
# it takes the first field from each logline as the key
# does not remove anything if directory already exists
+#
+# the index number for pads, elements are in creation order (from the pov of
+# tracelib)
+# it would be nice if we can to a topological sort and reindex them
import sys, os, os.path