From: Campbell Barton Date: Fri, 25 Jan 2008 20:44:36 +0000 (+0000) Subject: sorry about this, 3rd commit to fix this small error. X-Git-Tag: v2.46~1265 X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/commitdiff_plain/a4c8a5b670fe759d136ca843b91b5e3a93ec5313 sorry about this, 3rd commit to fix this small error. --- diff --git a/release/scripts/lightwave_import.py b/release/scripts/lightwave_import.py index b59d582d680..2049fbd2380 100644 --- a/release/scripts/lightwave_import.py +++ b/release/scripts/lightwave_import.py @@ -661,7 +661,7 @@ def read_clip(lwochunk, dir_part): # Should not happen but lw can import so we should too return - image_index, = struct.unpack(">L", ) + image_index, = struct.unpack(">L", data_str) clip_dict['ID'] = image_index i = 4 while(i < lwochunk.chunksize):