Prelim: Some tidying bits

This commit is contained in:
Rory Fewell
2023-04-25 21:11:18 +01:00
parent 749291a795
commit 19042cb4a9
2 changed files with 0 additions and 8 deletions

View File

@@ -34,8 +34,6 @@ def main():
raise NotADirectoryError(f"{input_dir} is not a directory")
if not output_dir.is_dir():
from warnings import warn
warn(f"{output_dir} is not a directory, attempting to create it")
output_dir.mkdir(parents=True)
for file_path in input_dir.glob("*.*.png"):