From 2e4edc5416b80f29b06ec89769e27367ff9813ab Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Sun, 17 Mar 2024 16:46:30 +0100 Subject: [PATCH] Worked on scripts and tests --- winspsrc/extractor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/winspsrc/extractor.py b/winspsrc/extractor.py index 3d3aea3..b8e7269 100644 --- a/winspsrc/extractor.py +++ b/winspsrc/extractor.py @@ -242,8 +242,7 @@ def _OpenWindowsResourceFile(self, windows_path): """Opens the Windows resource file specified by the Windows path. Args: - windows_path (str): Windows path containing the Windows resource - filename. + windows_path (str): Windows path of the Windows resource file. Returns: WindowsResourceFile: Windows resource file or None.