Ensure the codebase is now PEP8 compliant

This change also fixed a broken shebang

Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
This commit is contained in:
Ikey Doherty
2016-07-27 17:06:40 +01:00
parent 9044b59a77
commit 4a8316bd99
+2 -2
View File
@@ -1,4 +1,4 @@
#/usr/bin/env python
#!/usr/bin/env python
import subprocess
import urllib2
import os
@@ -48,7 +48,7 @@ def install_bundles(bundle_list, F=None, url=None):
err = ""
exit_status = 1
else:
cmd = ['sudo','swupd','bundle-add']
cmd = ['sudo', 'swupd', 'bundle-add']
if bundle in bundle_universe:
cmd += [bundle]
if F is not None: