diff options
Diffstat (limited to 'bin/scons-unzip.py')
-rw-r--r-- | bin/scons-unzip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/scons-unzip.py b/bin/scons-unzip.py index c0eb8aa..d4ec4bf 100644 --- a/bin/scons-unzip.py +++ b/bin/scons-unzip.py @@ -45,7 +45,7 @@ if outdir is None: def outname(n, outdir=outdir): l = [] - while 1: + while True: n, tail = os.path.split(n) if not n: break |