Commit b3bf2cd6 authored by Guido van Rossum's avatar Guido van Rossum

# The variable total is never used somehow. I think I had plans for

# it but can't remember what.  Get rid of a comparison that breaks.
parent 6bbd1d0f
......@@ -38,8 +38,8 @@ def show(total, d, prefix):
tsub, dsub = d[key]
list.append((tsub, key))
if tsub is not None: sum = sum + tsub
if sum < total:
list.append((total - sum, os.curdir))
## if sum < total:
## list.append((total - sum, os.curdir))
list.sort()
list.reverse()
width = len(`list[0][0]`)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment