From 285e127de45f0feed7170bafc79b502170d5b381 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 9 Jul 2012 14:01:36 -0400 Subject: fix 'make pylint' warnings On my system (quantal) this 'make pylint' does not complain now. --- cloudinit/sources/DataSourceEc2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cloudinit/sources') diff --git a/cloudinit/sources/DataSourceEc2.py b/cloudinit/sources/DataSourceEc2.py index 6f7cfd43..cde73de3 100644 --- a/cloudinit/sources/DataSourceEc2.py +++ b/cloudinit/sources/DataSourceEc2.py @@ -98,7 +98,8 @@ class DataSourceEc2(sources.DataSource): if not availability_zone: return None - mirror_tpl = self.distro.get_option('package_mirror_ec2_template', None) + mirror_tpl = self.distro.get_option('package_mirror_ec2_template', + None) if mirror_tpl is None: return None -- cgit v1.2.3