Skip to content

Commit

Permalink
add pathlib package
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Nov 28, 2024
1 parent 9f52961 commit bc535b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viloca/b2w.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from multiprocessing import Process, cpu_count
import os
import hashlib
from pathlib import Path

def _write_to_file(lines, file_name):
with open(file_name, "w") as f:
Expand Down

0 comments on commit bc535b9

Please sign in to comment.