Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Aug 30, 2024
1 parent 552cc29 commit ab92795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def download_buffered(url: str) -> Path:
content = newfile.read_text()
MSG = '../utils/BufferGeometryUtils.js'
if MSG not in content:
raise ValueError(f'Expected to find "{MSG}" in {download_path}')
raise ValueError(f'Expected to find "{MSG}" in {filename}')
content = content.replace(MSG, 'BufferGeometryUtils')
newfile.write_text(content)

Expand Down

0 comments on commit ab92795

Please sign in to comment.