From f25d21f505e2b7d7c00c399dbdcc9a95e5b346e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Sch=C3=A4fer?= Date: Tue, 22 Jan 2013 08:07:46 -0800 Subject: [PATCH] cpr.set_location lacked self arg --- python/cpr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cpr.py b/python/cpr.py index c16289b..1e68f75 100755 --- a/python/cpr.py +++ b/python/cpr.py @@ -188,7 +188,7 @@ class cpr_decoder: self.evenlist_sfc = {} self.oddlist_sfc = {} - def set_location(new_location): + def set_location(self, new_location): self.my_location = new_location def weed_poslists(self):