diff options
| author | iaz1607 <[email protected]> | 2023-11-30 12:16:39 +0300 |
|---|---|---|
| committer | iaz1607 <[email protected]> | 2023-11-30 12:56:46 +0300 |
| commit | 8951ddf780e02616cdb2ec54a02bc354e8507c0f (patch) | |
| tree | 478097488957d3b554e25868c972a959bb40d78e /build/scripts/with_pathsep_resolve.py | |
| parent | a5acb7aa4ca5a4603215e878eb0cad786793262b (diff) | |
`build/scripts` ya style --py
Diffstat (limited to 'build/scripts/with_pathsep_resolve.py')
| -rw-r--r-- | build/scripts/with_pathsep_resolve.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/scripts/with_pathsep_resolve.py b/build/scripts/with_pathsep_resolve.py index 37c8c598ae8..5970fba0c75 100644 --- a/build/scripts/with_pathsep_resolve.py +++ b/build/scripts/with_pathsep_resolve.py @@ -15,6 +15,7 @@ def fix_args(args): just_replace_it = False yield arg + if __name__ == '__main__': res = list(fix_args(sys.argv[1:])) if platform.system() == 'Windows': |
