minor
This commit is contained in:
parent
737f5efbfb
commit
b0905c67ba
@ -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"))
|
||||
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:
|
||||
path, ext = os.path.splitext(each)
|
||||
path = path + ".seq"
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include "precomp.hpp"
|
||||
#include <queue>
|
||||
|
||||
//#define WITH_DEBUG_OUT
|
||||
#define WITH_DEBUG_OUT
|
||||
|
||||
#if defined WITH_DEBUG_OUT
|
||||
# include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user