Loading src/merge.py +4 −0 Original line number Diff line number Diff line Loading @@ -9,10 +9,14 @@ line and merge the rest. Write to file with timestamp as name. import config import os import sys import time def main(): if '-bl' in sys.argv: file_path = config.base_out else: file_path = config.output files = [file_path+'/'+f for f in os.listdir(file_path)] Loading Loading
src/merge.py +4 −0 Original line number Diff line number Diff line Loading @@ -9,10 +9,14 @@ line and merge the rest. Write to file with timestamp as name. import config import os import sys import time def main(): if '-bl' in sys.argv: file_path = config.base_out else: file_path = config.output files = [file_path+'/'+f for f in os.listdir(file_path)] Loading