Skip to content

Commit 788a498

Browse files
committed
whoops
1 parent c8ac90b commit 788a498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/load_animations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def check_issues(self) -> bool:
305305

306306
if self.has_subfolders:
307307
for subfolder in self.subfolders:
308-
if os.path.basename(subfolder) not in ["css", "js"]:
308+
if os.path.basename(subfolder) not in ["css", "js", "assets"]:
309309
print(
310310
f"Folder '{self.name}' has unexpected subfolder: '{subfolder}'"
311311
)

0 commit comments

Comments
 (0)