mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
wic: fix pylint warning unused-variable
Removed or reworked code with unused variables. (From OE-Core rev: 3644b9f5ca25dfc61d4f5eda0f073c8a879b492b) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e3a062ab1e
commit
e7287e5157
+1
-1
@@ -308,7 +308,7 @@ def main(argv):
|
||||
|
||||
parser.disable_interspersed_args()
|
||||
|
||||
(options, args) = parser.parse_args(argv)
|
||||
args = parser.parse_args(argv)[1]
|
||||
|
||||
if len(args):
|
||||
if args[0] == "help":
|
||||
|
||||
Reference in New Issue
Block a user