Skip to content

Commit c54e110

Browse files
jaltekrusertibbles
authored andcommitted
Fix bug introduced in recent small refactoring, left a reference to a deleted variable
1 parent bec47ff commit c54e110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ricecooker/utils/downloader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ def download_assets(
390390
if not ext:
391391
ext = ".html"
392392

393+
subpath = filename
393394
# Add the existing filename in front of index.xxx, this can contain slashes and those will result
394395
# in subdirectories created in the downloaded version. This ensures multiple instances of extensionless
395396
# resources referenced from a page won't clobber each other.

0 commit comments

Comments
 (0)