Update patent_downloader.py
Browse files- patent_downloader.py +1 -1
patent_downloader.py
CHANGED
@@ -167,4 +167,4 @@ def validate_directory(directory: str) -> None:
|
|
167 |
Ensure the output directory exists.
|
168 |
"""
|
169 |
if not os.path.exists(directory):
|
170 |
-
os.makedirs(directory)
|
|
|
167 |
Ensure the output directory exists.
|
168 |
"""
|
169 |
if not os.path.exists(directory):
|
170 |
+
os.makedirs(directory)
|