From 234cefd314a7e1cfb51fad3bdf344d801a8b238d Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 12 Jan 2012 16:51:47 +0100 Subject: [PATCH 05/13] Fix pylint warnings W0613 (unused argument) From: Juerg Haefliger --- cloudinit/DataSource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudinit/DataSource.py') diff --git a/cloudinit/DataSource.py b/cloudinit/DataSource.py index 06061a2e..66763181 100644 --- a/cloudinit/DataSource.py +++ b/cloudinit/DataSource.py @@ -82,7 +82,7 @@ class DataSource: return(keys) - def device_name_to_device(self, name): + def device_name_to_device(self, _name): # translate a 'name' to a device # the primary function at this point is on ec2 # to consult metadata service, that has -- cgit v1.2.3