summaryrefslogtreecommitdiff
path: root/shellutils.py
diff options
context:
space:
mode:
authorPierre-Yves David <pierre-yves.david@logilab.fr>2010-11-19 16:24:27 +0100
committerPierre-Yves David <pierre-yves.david@logilab.fr>2010-11-19 16:24:27 +0100
commit474db6aafbf1bc9d6fef3e4c63993022d98122e8 (patch)
tree0f7568805b5f54a721ffac09b2ac628c1a45e1ee /shellutils.py
parente37d77da803e822067b7ba4f15d7c8886254b55d (diff)
downloadlogilab-common-474db6aafbf1bc9d6fef3e4c63993022d98122e8.tar.gz
fix stupid typo left by NFS lag
Diffstat (limited to 'shellutils.py')
-rw-r--r--shellutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shellutils.py b/shellutils.py
index b22a948..d8724e0 100644
--- a/shellutils.py
+++ b/shellutils.py
@@ -304,7 +304,7 @@ class ProgressBar(object):
return self._current_text
def _set_text(self, text=None):
- if text != self._current_text):
+ if text != self._current_text:
self._current_text = text
self.refresh()