binman: Drop an unnecessary comma in blob handling
This comma is not needed. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a3c005506a
commit
26cc8fccc6
@ -60,7 +60,7 @@ class Entry_blob(Entry):
|
||||
except AttributeError:
|
||||
data = lz4.compress(data)
|
||||
'''
|
||||
data = tools.Run('lz4', '-c', self._pathname, )
|
||||
data = tools.Run('lz4', '-c', self._pathname)
|
||||
self.SetContents(data)
|
||||
return True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user