Browse Source

Fixed typo.

pull/976/head
Jonas Petersen 3 years ago
committed by Matthew Petroff
parent
commit
9ccf60b88e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/multires/generate.py

+ 1
- 1
utils/multires/generate.py View File

@@ -36,7 +36,7 @@ import ast
from distutils.spawn import find_executable
import subprocess

# Allow large images (this could lead to a denial of service attach if you're
# Allow large images (this could lead to a denial of service attack if you're
# running this script on user-submitted images.)
Image.MAX_IMAGE_PIXELS = None



Loading…
Cancel
Save