From a4c8a5b670fe759d136ca843b91b5e3a93ec5313 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 25 Jan 2008 20:44:36 +0000 Subject: [PATCH] sorry about this, 3rd commit to fix this small error. --- release/scripts/lightwave_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.28.0