| Index: tools/grit/grit/node/message.py
|
| diff --git a/tools/grit/grit/node/message.py b/tools/grit/grit/node/message.py
|
| index 2dfd0ec5cd29ab6c7765bed1d649b717631c639b..a48a645fd4ba2ce489bf2c6794f4b6c751539c73 100644
|
| --- a/tools/grit/grit/node/message.py
|
| +++ b/tools/grit/grit/node/message.py
|
| @@ -186,7 +186,7 @@ class MessageNode(base.ContentNode):
|
| else:
|
| return self.attrs['offset']
|
|
|
| - def GetDataPackPair(self, output_dir, lang):
|
| + def GetDataPackPair(self, lang):
|
| '''Returns a (id, string) pair that represents the string id and the string
|
| in utf8. This is used to generate the data pack data file.
|
| '''
|
|
|