mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
patman: Correct pylint errors
Fix pylint errors that can be fixed and mask those that seem to be incorrect. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -597,7 +597,7 @@ class PatchStream:
|
||||
if 'prefix' in self.series:
|
||||
parts.append(self.series['prefix'])
|
||||
if 'postfix' in self.series:
|
||||
parts.append(self.serties['postfix'])
|
||||
parts.append(self.series['postfix'])
|
||||
if 'version' in self.series:
|
||||
parts.append("v%s" % self.series['version'])
|
||||
|
||||
|
Reference in New Issue
Block a user