Skip to content

Commit

Permalink
Merge pull request #17749 from kostrykin/image_util_fix
Browse files Browse the repository at this point in the history
Fix bug in image_util.py
  • Loading branch information
bernt-matthias authored Mar 15, 2024
2 parents bd3e94a + 11eb84c commit a44c548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/util/image_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
try:
from PIL import Image
except ImportError:
PIL = None
Image = None

log = logging.getLogger(__name__)

Expand Down

0 comments on commit a44c548

Please sign in to comment.