projects
/
tools
/
bmap-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79bd01e
)
TransRead: correct bad English one of the messages
author
Artem Bityutskiy
<artem.bityutskiy@intel.com>
Tue, 24 Sep 2013 06:46:55 +0000
(09:46 +0300)
committer
Artem Bityutskiy
<artem.bityutskiy@intel.com>
Mon, 30 Sep 2013 07:10:03 +0000
(10:10 +0300)
Change-Id: Ib309a0dceac128410a6cb4e565c3cd556ed61b9b
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptools/TransRead.py
patch
|
blob
|
history
diff --git
a/bmaptools/TransRead.py
b/bmaptools/TransRead.py
index a182b51babc67488f32aacada39ed53100f56fe8..469a351a11aeef24dca1b0a39ca92d57b8c15ebc 100644
(file)
--- a/
bmaptools/TransRead.py
+++ b/
bmaptools/TransRead.py
@@
-435,7
+435,8
@@
class TransRead:
open the URL for some time.
"""
logger.warning("failed to open the URL with %d sec timeout, is the "
- "proxy setup correctly? Keep trying..." % timeout)
+ "proxy configured correctly? Keep trying ..." %
+ timeout)
import urllib2
import httplib