Skip to content

Commit 2521388

Browse files
andy31415pull[bot]
authored andcommitted
restyle fixes (#11419)
1 parent ff70c2e commit 2521388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/builders/infineon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ def flashbundle(self):
8888
with open(os.path.join(self.output_dir, self.app.FlashBundleName()), 'r') as fp:
8989
return {
9090
l.strip(): os.path.join(self.output_dir, l.strip()) for l in fp.readlines() if l.strip()
91-
}
91+
}

0 commit comments

Comments
 (0)