From ec6e5b9bda22af2040a7b5f903d32abfa942627f Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 13 May 2014 22:05:47 +0300 Subject: Product diags SN attribute fix --- gsxws/products.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gsxws/products.py') diff --git a/gsxws/products.py b/gsxws/products.py index 6be6ace..a66e251 100644 --- a/gsxws/products.py +++ b/gsxws/products.py @@ -113,7 +113,7 @@ class Product(object): """ >>> Product('DGKFL06JDHJP').diagnostics() """ - diags = Diagnostics(serialNumber=self.sn) + diags = Diagnostics(serialNumber=self.serialNumber) if hasattr(self, "alternateDeviceId"): diags = Diagnostics(alternateDeviceId=self.alternateDeviceId) -- cgit v1.2.3