diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2020-01-06 14:28:24 -0800 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2020-01-06 14:28:24 -0800 |
| commit | 6c07f48a874754f472f6c3beb7e1184ab8dab39a (patch) | |
| tree | 9b1e8195252f533d73b98add735cb55c4e8d6b99 /scripts | |
| parent | 56525b5299d3fd2830cf479df52cb5f527aeed66 (diff) | |
| download | psutil-6c07f48a874754f472f6c3beb7e1184ab8dab39a.tar.gz | |
fix some win tests
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/internal/winmake.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internal/winmake.py b/scripts/internal/winmake.py index fd9e7739..69a1bfbe 100755 --- a/scripts/internal/winmake.py +++ b/scripts/internal/winmake.py @@ -529,7 +529,7 @@ def get_python(path): def main(): - global PYYHON + global PYTHON parser = argparse.ArgumentParser() # option shared by all commands parser.add_argument( |
