rikho / munki

Automatically exported from code.google.com/p/munki
Other
0 stars 0 forks source link

Munki 2 - munkiimport error importing icon #338

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
line 308 of munkiimport is : 
result = convertIconToPNG(icon_paths[0], png_path)

causing an error that convertToPNG is not defined

I believe it  should be : 
result = iconutils.convertIconToPNG(icon_paths[0], png_path)

Original issue reported on code.google.com by VEMil...@gmail.com on 24 Jun 2014 at 8:30

GoogleCodeExporter commented 9 years ago
Fixed here: 
https://code.google.com/p/munki/source/detail?r=861a6a3d9dfdef8a713c8b742d963eaa
668c61f1&name=Munki2

Original comment by gregnea...@mac.com on 24 Jun 2014 at 9:05