initialize raw_merger python object with empty string
This commit is contained in:
parent
4ce51b55c7
commit
c328bf6945
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,6 +11,7 @@ nohup.out
|
||||
*.so
|
||||
|
||||
raw_eater.cpp
|
||||
raw_meat.cpp
|
||||
|
||||
cyt/*.cpp
|
||||
|
||||
|
@ -69,7 +69,7 @@ for rf in rawlist :
|
||||
print("convert and merge channels " + "\n" + 90*("-") + "\n")
|
||||
|
||||
# setup new instance to merge channels
|
||||
eatmea = raw_meat.rawmerger(rawlist[0].encode())
|
||||
eatmea = raw_meat.rawmerger(''.encode()) #rawlist[0].encode())
|
||||
|
||||
# add every single channel/file in list
|
||||
for rf in rawlist :
|
||||
|
Loading…
x
Reference in New Issue
Block a user