提交 26cc8fcc 编写于 作者: S Simon Glass

binman: Drop an unnecessary comma in blob handling

This comma is not needed. Drop it.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 a3c00550
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册