| poststat.py | ●●●●● patch | view | raw | blame | history |
poststat.py
@@ -104,7 +104,7 @@ write_csv(os.path.join(directory,'tspoststat.csv'), csvdict) def PostProcess(multiprocessing.Process): class PostProcess(multiprocessing.Process): def __init__(self, dirlist): super(PostProcess, self).__init_ @@ -112,6 +112,8 @@ def run(self): for d in self.dirlist: poststat_directory(d) print("Directory {} done".format(d)) print("All done for this process") if __name__=='__main__':