fix pylint
authorGui Chen <gui.chen@intel.com>
Fri, 9 Aug 2013 06:45:28 +0000 (02:45 -0400)
committerGui Chen <gui.chen@intel.com>
Tue, 13 Aug 2013 09:23:53 +0000 (05:23 -0400)
commit899338c8d23721f3c953f13ab86b09e34626df7b
tree2266ebc8c5245f19943f5bd89bece80046f1d366
parent54f787fc4963ee8ebb1a98a694d944cd7c160903
fix pylint

W: 50,0:elf_arch: Dangerous default value ['/bin/bash', '/sbin/init'] as argument
C: 76,4:global_mounts.totuple: Missing docstring
C:126,8:bind_mount: Invalid name "b" for type variable (should match [a-z_][a-z0-9_]{2,30}$)
W:134,4:setup_resolv: No exception type(s) specified
C:168,8:bind_unmount: Invalid name "b" for type variable (should match [a-z_][a-z0-9_]{2,30}$)
W:178,4:cleanup_resolv: No exception type(s) specified
C:175,8:cleanup_resolv: Invalid name "fd" for type variable (should match [a-z_][a-z0-9_]{2,30}$)
C:184,8:kill_processes: Invalid name "fp" for type variable (should match [a-z_][a-z0-9_]{2,30}$)
W:189,8:kill_processes: No exception type(s) specified
C:283,4:chroot.mychroot: Missing docstring

Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/chroot.py