Skip to content

Commit

Permalink
last second hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
CypherousSkies committed Oct 4, 2021
1 parent 2ff2c29 commit a239709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r4l/bin/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def main():
if not os.path.isdir(args.in_path):
print("input path must exist and contain files!")
parser.parse_args(["-h"])
if not os.path.isdir(args.out_path):
os.mkdir(args.out_path)
start_time = time.time()
force_english: bool = False
texts, files, wordcount = get_texts(args.in_path, force_english)
Expand Down

0 comments on commit a239709

Please sign in to comment.