summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-24 17:53:55 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-24 17:53:55 +0100
commit368449503e42a74d991f52fb0aec25ff3a9b9feb (patch)
tree974ff2a9e56e306e337292b8d3617fecbfd74d13
parent175e5559c24040f4c6b6bd9050f6c14b18a1dca9 (diff)
downloadpython-ttystatus-368449503e42a74d991f52fb0aec25ff3a9b9feb.tar.gz
Make example actually show the symlinks it finds.
-rw-r--r--example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.py b/example.py
index 3b7b8c8..ddb5500 100644
--- a/example.py
+++ b/example.py
@@ -59,7 +59,7 @@ def main():
ts['pathname'] = pathname
if os.path.islink(pathname):
ts['symlink'] = pathname
-# ts.notify('Symlink! %s' % pathname)
+ ts.notify('Symlink! %s' % pathname)
ts['done'] += 1
ts.finish()