From e9c8c37e97e15dd553289c4e98f2192889715810 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Fri, 21 Jun 2019 15:15:51 +0200 Subject: [PATCH] trivial corrections --- extract_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract_all.py b/extract_all.py index 4393687..d07db4f 100644 --- a/extract_all.py +++ b/extract_all.py @@ -21,7 +21,7 @@ fprefix = args.prefix_name # if no prefix is given, .tdm filename will be used if fprefix == '' : fprefix = tdmpath.rstrip('.tdm').split('/')[-1] - # TODO better use os.path staff !! + # TODO better use os.path !! #print(fprefix)