From 40aea9c914253acd10318537234052c145ed609e Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 17 Jun 2022 01:23:51 +0200 Subject: [PATCH] Make usage of double quotes consistent --- platform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.py b/platform.py index 3b0ef55..f66db00 100644 --- a/platform.py +++ b/platform.py @@ -49,7 +49,7 @@ class RaspberrypiPlatform(PlatformBase): # if we want to build a filesystem, we need the tools. if "buildfs" in targets: - self.packages['tool-mklittlefs-rp2040-earlephilhower']['optional'] = False + self.packages["tool-mklittlefs-rp2040-earlephilhower"]["optional"] = False # configure J-LINK tool jlink_conds = [