| Index: pylib/gyp/win_tool.py
|
| diff --git a/pylib/gyp/win_tool.py b/pylib/gyp/win_tool.py
|
| index 44e1b0760b12cd3de45ac0aa93aee0a3fd3c6036..44b518e7f064867547a96aed030a610b8cd3506f 100755
|
| --- a/pylib/gyp/win_tool.py
|
| +++ b/pylib/gyp/win_tool.py
|
| @@ -220,6 +220,7 @@ class WinTool(object):
|
| """Creates a resource file pointing a SxS assembly manifest.
|
| |args| is tuple containing path to resource file, path to manifest file
|
| and resource name which can be "1" (for executables) or "2" (for DLLs)."""
|
| + # pylint: disable=unbalanced-tuple-unpacking
|
| manifest_path, resource_path, resource_name = args
|
| with open(resource_path, 'wb') as output:
|
| output.write('#include <windows.h>\n%s RT_MANIFEST "%s"' % (
|
|
|