fixed stupid dumbass mistake i made me dumb

This commit is contained in:
2026-03-02 21:32:56 -05:00
parent 4e5a4172bf
commit b532a63fc6
+3
View File
@@ -113,6 +113,9 @@ def process_root(src_root: Path, out_root: Path, minify: bool, micro: bool):
else:
print(" > Copying")
shutil.copy2(src, dst)
else:
print(" > Copying")
shutil.copy2(src, dst)
print()