Browse Source

Fixed typo.

pull/940/head
Jonas Petersen 3 years ago
committed by GitHub
parent
commit
df5cee1de9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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 from distutils.spawn import find_executable
import subprocess 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.) # running this script on user-submitted images.)
Image.MAX_IMAGE_PIXELS = None Image.MAX_IMAGE_PIXELS = None




Loading…
Cancel
Save