Skip to content

Commit 5d80047

Browse files
authored
Update eb_hooks.py
Typo mistake
1 parent 89cc228 commit 5d80047

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eb_hooks.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ def set_Pillow_envvars(ec):
6161
if ec.name == 'Pillow':
6262
os.environ['CPATH'] = os.pathsep + EESSI_CPATH
6363
os.environ['LIBRARY_PATH'] = os.pathsep + EESSI_LIB_PATH
64-
print_msg("NOTE: For Pillow which has Szip as a dependancy, CPATH has been set to %s", os.getenv('CPATH'))
65-
print_msg("NOTE: For Pillow which has Szip as a dependancy, LIBRARY_PATH has been set to %s", os.getenv('LIBRARY_PATH'))
66-
ec.log.info("NOTE: For Pillow which has Szip as a dependancy, CPATH has been set to %s", os.getenv('CPATH'))
67-
ec.log.info("NOTE: For Pillow which has Szip as a dependancy, LIBRARY_PATH has been set to %s", os.getenv('LIBRARY_PATH'))
64+
print_msg("NOTE: For Pillow which has zlib as a dependancy, CPATH has been set to %s", os.getenv('CPATH'))
65+
print_msg("NOTE: For Pillow which has zlib as a dependancy, LIBRARY_PATH has been set to %s", os.getenv('LIBRARY_PATH'))
66+
ec.log.info("NOTE: For Pillow which has zlib as a dependancy, CPATH has been set to %s", os.getenv('CPATH'))
67+
ec.log.info("NOTE: For Pillow which has zlib as a dependancy, LIBRARY_PATH has been set to %s", os.getenv('LIBRARY_PATH'))
6868

6969

7070
def parse_hook(ec, *args, **kwargs):

0 commit comments

Comments
 (0)