We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff70c2e commit 2521388Copy full SHA for 2521388
scripts/build/builders/infineon.py
@@ -88,4 +88,4 @@ def flashbundle(self):
88
with open(os.path.join(self.output_dir, self.app.FlashBundleName()), 'r') as fp:
89
return {
90
l.strip(): os.path.join(self.output_dir, l.strip()) for l in fp.readlines() if l.strip()
91
- }
+ }
0 commit comments