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:
Raymond Hackley 2024-03-17 02:35:33 +00:00 committed by Newbyte
parent 4478116379
commit b91b83afb7
No known key found for this signature in database
GPG key ID: 8A700086A9FE41FD
2 changed files with 3 additions and 3 deletions

View file

@ -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"