minor changes

This commit is contained in:
KorenLazar
2021-08-16 23:08:04 +03:00
parent 9b0ab013c9
commit 1a88ed6e01
2 changed files with 19 additions and 21 deletions

View File

@@ -1,6 +1,4 @@
import os
import sys
import time
from argparse import ArgumentParser
from datetime import datetime
from pathlib import Path
@@ -33,8 +31,6 @@ from chains import (
shefa_birkat_hashem,
)
# TODO: fix problem of left-to-right printing
Path(RESULTS_DIRNAME).mkdir(exist_ok=True)
Path(RAW_FILES_DIRNAME).mkdir(exist_ok=True)