forked from Mirror/pmbootstrap
pmb.flasher: fix C0303: Trailing whitespace (trailing-whitespace) (MR 2280)
************* Module pmb.flasher.run pmb/flasher/run.py:53:0: C0303: Trailing whitespace (trailing-whitespace) pmb/flasher/run.py:57:0: C0303: Trailing whitespace (trailing-whitespace) ************* Module pmb.flasher.variables pmb/flasher/variables.py:64:0: C0303: Trailing whitespace (trailing-whitespace)
This commit is contained in:
parent
4478116379
commit
b91b83afb7
2 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ def variables(args, flavor, method):
|
|||
_dtb = ""
|
||||
if args.deviceinfo["append_dtb"] == "true":
|
||||
_dtb = "-dtb"
|
||||
|
||||
|
||||
_no_reboot = ""
|
||||
if getattr(args, 'no_reboot', False):
|
||||
_no_reboot = "--no-reboot"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue