diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-03-05 15:47:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-05 15:47:00 (GMT) |
commit | 6927632492cbad86a250aa006c1847e03b03e70b (patch) | |
tree | e78631ceabf92fb41ab1deb78a024d2704a3eddb /Tools/scripts | |
parent | ab9301a28fa431d7a32163126fc96de3b2ce6107 (diff) | |
download | cpython-6927632492cbad86a250aa006c1847e03b03e70b.zip cpython-6927632492cbad86a250aa006c1847e03b03e70b.tar.gz cpython-6927632492cbad86a250aa006c1847e03b03e70b.tar.bz2 |
Remove trailing spaces (GH-31695)
Diffstat (limited to 'Tools/scripts')
-rw-r--r-- | Tools/scripts/freeze_modules.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/freeze_modules.py b/Tools/scripts/freeze_modules.py index 0dc61e2..c8d8a7d 100644 --- a/Tools/scripts/freeze_modules.py +++ b/Tools/scripts/freeze_modules.py @@ -18,7 +18,7 @@ ROOT_DIR = os.path.abspath(ROOT_DIR) FROZEN_ONLY = os.path.join(ROOT_DIR, 'Tools', 'freeze', 'flag.py') STDLIB_DIR = os.path.join(ROOT_DIR, 'Lib') -# If FROZEN_MODULES_DIR or DEEPFROZEN_MODULES_DIR is changed then the +# If FROZEN_MODULES_DIR or DEEPFROZEN_MODULES_DIR is changed then the # .gitattributes and .gitignore files needs to be updated. FROZEN_MODULES_DIR = os.path.join(ROOT_DIR, 'Python', 'frozen_modules') DEEPFROZEN_MODULES_DIR = os.path.join(ROOT_DIR, 'Python', 'deepfreeze') @@ -732,4 +732,4 @@ def main(): if __name__ == '__main__': - main() + main() |