From e4f812a475e35ce5510b5692ed69b888f80dd537 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 1 Jun 2018 16:08:57 +0200 Subject: [PATCH] Make recent versions of pep8 happy Fixes: | grml2usb:71:1: E305 expected 2 blank lines after class or function definition, found 1 as reported by pep8 v2.2.0 (though not yet with v1.6.2) in our source-test job on Jenkins. --- grml2usb | 1 + 1 file changed, 1 insertion(+) diff --git a/grml2usb b/grml2usb index 4fc9b37..1c2ed5b 100755 --- a/grml2usb +++ b/grml2usb @@ -67,6 +67,7 @@ def grub_option(option, opt, value, opt_parser): setattr(opt_parser.values, option.dest, True) setattr(opt_parser.values, 'syslinux', False) + # cmdline parsing USAGE = "Usage: %prog [options] <[ISO[s] | /lib/live/mount/medium]> \n\ \n\ -- 2.1.4