summaryrefslogtreecommitdiffstats
path: root/scripts/external_libs
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-05-23 15:30:21 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-05-23 15:30:21 +0300
commitd279c8c12f136ab15b5fefd496c296ef1585c628 (patch)
treebeca6adbe9152141453d015e041f49e8982202b9 /scripts/external_libs
parent131be7a0a855f2c027d28060ab6a42cbeddc69da (diff)
replace t-rex to TRex
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807)
Diffstat (limited to 'scripts/external_libs')
-rwxr-xr-xscripts/external_libs/progressbar-2.2/progressbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/external_libs/progressbar-2.2/progressbar.py b/scripts/external_libs/progressbar-2.2/progressbar.py
index 07981a34..36b89d80 100755
--- a/scripts/external_libs/progressbar-2.2/progressbar.py
+++ b/scripts/external_libs/progressbar-2.2/progressbar.py
@@ -367,7 +367,7 @@ if __name__=='__main__':
example4()
# def timedProgressBar(time_in_secs):
- # widgets = ['Running T-Rex: ', Percentage(), ' ',
+ # widgets = ['Running TRex: ', Percentage(), ' ',
# Bar(marker='>',left='[',right=']'),
# ' ', ETA()]
# pbar = ProgressBar(widgets=widgets, maxval=time_in_secs*2)