You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
389 B
Diff
13 lines
389 B
Diff
1c1
|
|
< #!/usr/bin/env python
|
|
---
|
|
> #!/usr/bin/env python2.7
|
|
181c181
|
|
< "Cannot extract kernel configs in {}".format(args.input.name))
|
|
---
|
|
> "Cannot extract kernel configs in {}\n".format(args.input.name))
|
|
189c189
|
|
< "Cannot extract kernel versions in {}".format(args.input.name))
|
|
---
|
|
> "Cannot extract kernel versions in {}\n".format(args.input.name))
|