Commit b0905c67 authored by marina.kolpakova's avatar marina.kolpakova

minor

parent 737f5efb
...@@ -148,7 +148,7 @@ if __name__ == "__main__": ...@@ -148,7 +148,7 @@ if __name__ == "__main__":
opath = os.path.join(options.output, datetime.now().strftime("raw_ge64_cr_mirr_ts" + "-%Y-%m-%d-%H-%M-%S")) opath = os.path.join(options.output, datetime.now().strftime("raw_ge64_cr_mirr_ts" + "-%Y-%m-%d-%H-%M-%S"))
os.mkdir(opath) os.mkdir(opath)
gl = glob.iglob( os.path.join(options.input, "set[0-1][0-5]/V0[0-9][0-9].txt")) gl = glob.iglob( os.path.join(options.input, "set[0][0]/V0[0-9][0-9].txt"))
for each in gl: for each in gl:
path, ext = os.path.splitext(each) path, ext = os.path.splitext(each)
path = path + ".seq" path = path + ".seq"
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include "precomp.hpp" #include "precomp.hpp"
#include <queue> #include <queue>
//#define WITH_DEBUG_OUT #define WITH_DEBUG_OUT
#if defined WITH_DEBUG_OUT #if defined WITH_DEBUG_OUT
# include <stdio.h> # include <stdio.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment